Skip to content

Commit

Permalink
Rename branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 15, 2024
1 parent c99ae5c commit fdcb0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand All @@ -20,7 +20,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: ./site
Expand Down

0 comments on commit fdcb0b7

Please sign in to comment.