We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bacdbc + bbfa737 commit 150480fCopy full SHA for 150480f
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
77
- run: npm run build:docs
78
- name: Publish docs to github pages
79
- uses: JamesIves/github-pages-deploy-action@v4.6.3
+ uses: JamesIves/github-pages-deploy-action@v4.6.6
80
with:
81
branch: gh-pages
82
folder: docs/build
0 commit comments