From c78024bb952e11acdf995502f489e4aa9ad2d06e Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Mon, 21 Sep 2020 16:34:09 +1000 Subject: [PATCH] ci: Add build docs run section to Post-release workflow --- .github/workflows/post_release.yml | 1 + 1 file changed, 1 insertion(+) 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