Skip to content

Commit

Permalink
Generate docs on release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
amcaplan committed Feb 20, 2023
1 parent 1dc72b4 commit 97c9a9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
# Updated documentation should be generated with each release
- name: Generate documentation
run: pnpm docs:generate
- name: Create Release Pull Request
uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # pin@v1
with:
Expand Down

0 comments on commit 97c9a9a

Please sign in to comment.