Skip to content

Commit

Permalink
ci: fix branch name for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcsm committed Sep 15, 2024
1 parent 6f222dd commit 429167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist # Adjust this to your build output directory

0 comments on commit 429167a

Please sign in to comment.