Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Feb 4, 2024
1 parent cc7b8f1 commit 2ba32c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "typedoc"
name: "docs"

on:
workflow_dispatch:
Expand All @@ -20,11 +20,11 @@ jobs:
- uses: actions/setup-node@v3
- run: npm ci
# Generate your TypeDoc documentation
- run: npx typedoc
- run: npm run build:docsite:production
# https://github.com/actions/upload-pages-artifact
- uses: actions/upload-pages-artifact@v2
with:
path: ./docs # This should be your TypeDoc "out" path.
path: ./docs/_site
deploy:
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 2ba32c4

Please sign in to comment.