Skip to content

Commit

Permalink
chore: re-build docs after versioning in pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 5, 2022
1 parent 7b42250 commit 188fc59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -29,6 +29,11 @@ jobs:
npm install
npm run docusaurus docs:version $(jq -r .version ../package.json)
npm run archive
- name: Re-build docs after versioning
env:
PUBLISH: 1
run: |
npm run docs
- name: Format
run: npm run format
- name: Commit
Expand Down

0 comments on commit 188fc59

Please sign in to comment.