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 74116c5 commit 250ebf7Copy full SHA for 250ebf7
.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.3.4
+ uses: JamesIves/github-pages-deploy-action@v4.4.0
80
with:
81
branch: gh-pages
82
folder: docs/build
0 commit comments