Skip to content

Commit

Permalink
Merge pull request #150 from EbonyGunwhy/development
Browse files Browse the repository at this point in the history
fix: change gh-pages action to publish on push to main
  • Loading branch information
plaresmedima authored Jul 6, 2023
2 parents afdcafe + 1afd7cb commit e30434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages # default: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e30434d

Please sign in to comment.