Skip to content

Commit c68cf2f

Browse files
authored
Merge pull request #241 from 14NGiestas/patch-1
Fix docs CI failing #240
2 parents 213d343 + 616b65f commit c68cf2f

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
@@ -14,7 +14,7 @@ jobs:
1414
run: pip install ford
1515
- name: Build Documentation
1616
run: ford docs.md
17-
- uses: JamesIves/github-pages-deploy-action@3.6.1
17+
- uses: JamesIves/github-pages-deploy-action@3.7.1
1818
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)