Skip to content

Commit

Permalink
refactor: update typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Jan 18, 2023
1 parent 0020454 commit 73a2438
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test
- run: npx typedoc src/index.ts
- run: npx typedoc src/index.ts --name "${{ github.event.repository.name }} (${{ github.ref_name }})"
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
Expand Down
8 changes: 8 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"includeVersion": true,
"hideGenerator": true,
"navigationLinks": {
"master": "https://docs.zptx.dev/ZPTX-Lib",
"next": "https://docs.zptx.dev/ZPTX-Lib/next",
}
}

0 comments on commit 73a2438

Please sign in to comment.