Skip to content

Commit 2356409

Browse files
committed
Switch branch to hugo.
1 parent 7a8198a commit 2356409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Deploy
3434
uses: peaceiris/actions-gh-pages@v3
35-
if: ${{ github.ref == 'refs/heads/main' }}
35+
if: ${{ github.ref == 'refs/heads/hugo' }}
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./public

0 commit comments

Comments
 (0)