aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-11-17 08:53:39 +0000
committerGitHub <noreply@github.com>2020-11-17 08:53:39 +0000
commitc68cf2fbdb40c33636bd50b6a729490ae9d61654 (patch)
treee53c7d68e498c6ba8943233874fb5b55ccd18806 /.github
parent213d34325da7a1fc01bae0dd420faf3a06381883 (diff)
parent616b65fb0ae9b5c4cdfedee7f383ef7a72313c7c (diff)
downloadfpm-c68cf2fbdb40c33636bd50b6a729490ae9d61654.tar.gz
fpm-c68cf2fbdb40c33636bd50b6a729490ae9d61654.zip
Merge pull request #241 from 14NGiestas/patch-1
Fix docs CI failing #240
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 0bb9d4b..635156d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
run: pip install ford
- name: Build Documentation
run: ford docs.md
- - uses: JamesIves/github-pages-deploy-action@3.6.1
+ - uses: JamesIves/github-pages-deploy-action@3.7.1
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}