Skip to content

Commit 922e984

Browse files
authored
Merge pull request #370 from fortran-lang/dependabot/github_actions/peaceiris/actions-gh-pages-4
build(deps): bump peaceiris/actions-gh-pages from 3 to 4
2 parents 5863bad + 216c7db commit 922e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-build-command: "pip install .[docs]"
1212
docs-folder: "docs/"
1313
- name: Deploy
14-
uses: peaceiris/actions-gh-pages@v3
14+
uses: peaceiris/actions-gh-pages@v4
1515
if: github.ref == 'refs/heads/master'
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)