Skip to content

Commit

Permalink
Fix version tag of GitHub Pages deploy action to resolve #11
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Sep 9, 2021
1 parent c38757a commit e956af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e956af9

Please sign in to comment.