Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Jun 14, 2024
1 parent 070deb0 commit f56b0b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build
- run: npx typedoc src/index.ts --name "${{ github.event.repository.name }} (${{ github.ref_name }})"
- uses: JamesIves/github-pages-deploy-action@v4
- name: Generate docs
run: npx typedoc src/index.ts --name "${{ github.event.repository.name }} (${{ github.ref_name }})"
- name: Commit updated docs and deploy pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
folder: docs
Expand Down

0 comments on commit f56b0b2

Please sign in to comment.