We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f994df3 commit 4d59c19Copy full SHA for 4d59c19
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
if [[ -n '${{ github.event.pull_request.head.ref }}' ]]; then branch=gh-pages-${{ github.event.pull_request.head.ref }}; else branch=gh-pages; fi
101
echo "::set-output name=branch::$branch"
102
- name: Deploy to ${{ steps.get_branch.outputs.branch }} 🚀
103
- uses: JamesIves/github-pages-deploy-action@4
+ uses: JamesIves/github-pages-deploy-action@v4
104
with:
105
branch: ${{ steps.get_branch.outputs.branch }}
106
folder: dist
0 commit comments