From e956af95d90000316dc8f49f3c24824932980937 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Wed, 8 Sep 2021 22:25:04 -0500 Subject: [PATCH] Fix version tag of GitHub Pages deploy action to resolve #11 --- .github/workflows/deploy-ghpages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ghpages.yaml b/.github/workflows/deploy-ghpages.yaml index 442cc01..86d3dab 100644 --- a/.github/workflows/deploy-ghpages.yaml +++ b/.github/workflows/deploy-ghpages.yaml @@ -25,7 +25,7 @@ jobs: shell: bash run: ./ci/build.sh - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@4.1.5 with: BRANCH: gh-pages # The branch the action should deploy to FOLDER: ./fsf-api-build-output # The folder the action should deploy -- 2.25.1