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 213d343 + 616b65f commit c68cf2fCopy full SHA for c68cf2f
.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.6.1
+ - uses: JamesIves/github-pages-deploy-action@3.7.1
18
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
19
with:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments