Skip to content

Commit

Permalink
ci: Add build docs run section to Post-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Sep 21, 2020
1 parent 4784691 commit c78024b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post_release.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
- name: Build docs
run: |
yarn --cwd ./docs install --frozen-lockfile
yarn --cwd ./docs build
Expand Down

0 comments on commit c78024b

Please sign in to comment.