Skip to content

Commit c909c7c

Browse files
Merge pull request #7 from craicoverflow/deploy-workflow
fix invalid ref
2 parents ff7ea2b + 7305eea commit c909c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3
28-
if: github.ref == 'refs/heads/main'
28+
if: github.ref == 'refs/heads/master'
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: ./public

0 commit comments

Comments
 (0)