Skip to content

Commit

Permalink
MNT try pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 23, 2024
1 parent c6b7005 commit dcb3dea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
deploy-gh-pages:
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand All @@ -27,7 +29,7 @@ jobs:

- name: Update the main gh-page website
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build/html
Expand Down

0 comments on commit dcb3dea

Please sign in to comment.