Skip to content

Commit

Permalink
feat: correct tag name for JamesIves/github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed May 13, 2024
1 parent 0a718a0 commit 2238c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: ./playground/public-spa

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: ${{ env.DEPLOY_REPO_BRANCH }}
folder: ./playground/public-spa/out
Expand Down

0 comments on commit 2238c26

Please sign in to comment.