We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a7daf commit 00ec78eCopy full SHA for 00ec78e
.github/workflows/custom-pages.yml
@@ -31,9 +31,10 @@ jobs:
31
- name: List rendered files
32
run: ls -la docs
33
34
- # Deploy the rendered site to GitHub Pages (using the correct output directory)
+ # Deploy the rendered site to GitHub Pages (using the specified publish branch)
35
- name: Deploy to GitHub Pages
36
uses: peaceiris/actions-gh-pages@v3
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
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