Skip to content

Commit

Permalink
ci: deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Feb 20, 2024
1 parent ca08338 commit 3210f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd docs
hugo
- name: Deployment
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3210f9d

Please sign in to comment.