Skip to content

Commit

Permalink
Deploy docs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 28, 2024
1 parent a167bb8 commit 29f09fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Docs
on:
release:
types: [published]
push:
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Build package
run: pnpm build

# This makes the API reference docs part of the release commit.
- name: Build docs
run: pnpm docs:build

Expand Down

0 comments on commit 29f09fa

Please sign in to comment.