Skip to content

Commit

Permalink
Tried changing version of deploy action.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Apr 22, 2020
1 parent 1e3897b commit 91ce5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Deploy /docs to branch gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v3-test
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
BRANCH: gh-pages
FOLDER: docs
Expand Down

0 comments on commit 91ce5bb

Please sign in to comment.