Skip to content

Commit

Permalink
Merge pull request #32 from seandavi/seandavi-patch-3
Browse files Browse the repository at this point in the history
Fixes actions workflow step version per #31
  • Loading branch information
seandavi authored May 10, 2022
2 parents 848cf62 + 03e6bae commit 5ba55a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
apt-get -y install rsync
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 5ba55a4

Please sign in to comment.