Skip to content

Commit 39a5944

Browse files
authored
Update publish.yml
1 parent 620f751 commit 39a5944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm ci
3333

3434
- name: Build TypeDoc documentation
35-
run: npm run typedoc
35+
run: npm run docs
3636

3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v4
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)