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.
2 parents 0dbb0cf + 47711e4 commit bce630fCopy full SHA for bce630f
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
gh release create ${{ env.CURRENT_VERSION }} -F README.md -t "Released ${{ env.CURRENT_VERSION }}"
39
- name: Prepare static files for deployment
40
run: yarn run static
41
- - uses: JamesIves/github-pages-deploy-action@4.4.1
+ - uses: JamesIves/github-pages-deploy-action@v4
42
with:
43
folder: build
44
branch: gh-pages
0 commit comments