We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1f4f1 commit cadcac9Copy full SHA for cadcac9
.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.4.0
24
with:
25
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
26
BRANCH: gh-pages
0 commit comments