Fix version tag of GitHub Pages deploy action to resolve #11
authorC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Thu, 9 Sep 2021 03:25:04 +0000 (22:25 -0500)
committerC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Thu, 9 Sep 2021 03:26:23 +0000 (22:26 -0500)
.github/workflows/deploy-ghpages.yaml

index 442cc0115d6c5a5ef13558c74589cd9a45cb4a27..86d3dab8f5cd796542f129909f2d81249df4d438 100644 (file)
@@ -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