There was an error while loading. Please reload this page.
1 parent 4742245 commit 7473b67Copy full SHA for 7473b67
1 file changed
.github/workflows/typedoc.yaml
@@ -28,7 +28,7 @@ jobs:
28
# Generate your TypeDoc documentation
29
- run: npx typedoc
30
# https://github.com/actions/upload-pages-artifact
31
- - uses: actions/upload-pages-artifact@v4
+ - uses: actions/upload-pages-artifact@v5
32
with:
33
path: ./docs # This should be your TypeDoc "out" path.
34
deploy-docs:
0 commit comments