Skip to content

Commit 2ba32c4

Browse files
authored
Update deploy.yml
1 parent cc7b8f1 commit 2ba32c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "typedoc"
1+
name: "docs"
22

33
on:
44
workflow_dispatch:
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
- run: npm ci
2222
# Generate your TypeDoc documentation
23-
- run: npx typedoc
23+
- run: npm run build:docsite:production
2424
# https://github.com/actions/upload-pages-artifact
2525
- uses: actions/upload-pages-artifact@v2
2626
with:
27-
path: ./docs # This should be your TypeDoc "out" path.
27+
path: ./docs/_site
2828
deploy:
2929
runs-on: ubuntu-latest
3030
environment:

0 commit comments

Comments
 (0)