Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 28, 2024
1 parent 3f9cca1 commit 006bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v3
- run: npm ci
# Generate your TypeDoc documentation
- run: npx typedoc
- run: npm run build
# https://github.com/actions/upload-pages-artifact
- uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 006bd2a

Please sign in to comment.