From: C.A.M. Gerlach Date: Thu, 9 Sep 2021 03:25:04 +0000 (-0500) Subject: Fix version tag of GitHub Pages deploy action to resolve #11 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e956af95d90000316dc8f49f3c24824932980937;p=fsf-license-api.git Fix version tag of GitHub Pages deploy action to resolve #11 --- 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