We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3901a7 + 578d239 commit 087fe80Copy full SHA for 087fe80
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
run: pip install ford
15
- name: Build Documentation
16
run: ford docs.md
17
- - uses: JamesIves/github-pages-deploy-action@3.7.1
+ - uses: JamesIves/github-pages-deploy-action@v4.7.3
18
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main' )
19
with:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments