We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1f4f1 commit 235b481Copy full SHA for 235b481
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
quasar build
21
22
- name: Deploy
23
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4.6.4
24
with:
25
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
26
BRANCH: gh-pages
0 commit comments