Skip to content

Commit

Permalink
🚑 fix: update branch name to 'master' in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwray committed Sep 20, 2024
1 parent 35d1e26 commit 47dc420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Deploy
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

0 comments on commit 47dc420

Please sign in to comment.