diff --git a/.github/workflows/post_release.yml b/.github/workflows/post_release.yml index 82c248d5..0568c01f 100644 --- a/.github/workflows/post_release.yml +++ b/.github/workflows/post_release.yml @@ -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