Skip to content

Commit

Permalink
Merge pull request #370 from fortran-lang/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eaceiris/actions-gh-pages-4

build(deps): bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
gnikit committed Apr 10, 2024
2 parents 5863bad + 216c7db commit 922e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-build-command: "pip install .[docs]"
docs-folder: "docs/"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 922e984

Please sign in to comment.