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 7a8198a commit 2356409Copy full SHA for 2356409
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Deploy
34
uses: peaceiris/actions-gh-pages@v3
35
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/hugo' }}
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: ./public
0 commit comments