diff options
author | Ian Giestas Pauli <iangiestaspauli@gmail.com> | 2020-11-16 19:52:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 19:52:07 -0300 |
commit | 616b65fb0ae9b5c4cdfedee7f383ef7a72313c7c (patch) | |
tree | e53c7d68e498c6ba8943233874fb5b55ccd18806 /.github/workflows | |
parent | 213d34325da7a1fc01bae0dd420faf3a06381883 (diff) | |
download | fpm-616b65fb0ae9b5c4cdfedee7f383ef7a72313c7c.tar.gz fpm-616b65fb0ae9b5c4cdfedee7f383ef7a72313c7c.zip |
Fix docs CI failing #240
I didn't found any `set-env` command in the JamesIves repo, so maybe bumping the version fixes the issue.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
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 }} |