Skip to content

Commit

Permalink
fix: update action version number
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed May 1, 2021
1 parent 09b97d0 commit 946407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
REACT_APP_BASE_URL: ${{ secrets.BACKEND_URL }}

- name: Deploy to github.io
uses: JamesIves/github-pages-deploy-action@3.5.9
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit 946407d

Please sign in to comment.