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 e8055c1 commit 64d8280Copy full SHA for 64d8280
.github/workflows/build-test-deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
npm run build
31
npm run typedoc
32
# https://github.com/actions/upload-pages-artifact
33
- - uses: actions/upload-pages-artifact@v4
+ - uses: actions/upload-pages-artifact@v3
34
with:
35
path: ./docs
36
- name: Deploy Typedoc to GitHub Pages
0 commit comments