Skip to content

Commit

Permalink
Add typedoc deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Aug 18, 2023
1 parent 28f2e50 commit 1995300
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

- name: Deploy TypeDoc
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -- -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Loading

0 comments on commit 1995300

Please sign in to comment.