From 0f6eb1709b11717578b5a82c0f56b338f48bb22d Mon Sep 17 00:00:00 2001
From: Pierre Leroux
Date: Mon, 2 Dec 2024 18:15:22 +0100
Subject: [PATCH] fix: change gh-pages publish branch to `pages` because It
seems I have not the right to push to this specific branch !?!
---
.github/workflows/gh-pages.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 4cd28ee..c8910e0 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -58,6 +58,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build-demo
- publish_branch: gh-pages # default: gh-pages
+ publish_branch: pages # default: gh-pages
destination_dir: ./
enable_jekyll: true # yes for README.md
\ No newline at end of file