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 3678904 commit 4bd4671Copy full SHA for 4bd4671
.github/workflows/deploy-ghpages.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build 👷
40
run: yarn run build --base=${{ github.event.inputs.repository_name }}
41
- name: Deploy 🚀
42
- uses: JamesIves/github-pages-deploy-action@v4.3.3
+ uses: JamesIves/github-pages-deploy-action@v4.4.0
43
with:
44
branch: gh-pages
45
folder: dist
0 commit comments