Skip to content

Commit 00ec78e

Browse files
committed
does this work?
1 parent f0a7daf commit 00ec78e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/custom-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
- name: List rendered files
3232
run: ls -la docs
3333

34-
# Deploy the rendered site to GitHub Pages (using the correct output directory)
34+
# Deploy the rendered site to GitHub Pages (using the specified publish branch)
3535
- name: Deploy to GitHub Pages
3636
uses: peaceiris/actions-gh-pages@v3
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./docs
40+
publish_branch: gh-pages # Change this if your GitHub Pages is configured to publish from a different branch

0 commit comments

Comments
 (0)