Skip to content

Commit

Permalink
Update make_doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-benedetti committed Jun 28, 2024
1 parent 53e42dd commit c134c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs
on:
push:
branches:
- master
- main
- npe2
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
cd ..
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c134c51

Please sign in to comment.