From 616b65fb0ae9b5c4cdfedee7f383ef7a72313c7c Mon Sep 17 00:00:00 2001 From: Ian Giestas Pauli Date: Mon, 16 Nov 2020 19:52:07 -0300 Subject: 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. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 }} -- cgit v1.2.3