From f984813d1718032511e94d2d6ef8c778fa2ea36a Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Fri, 17 Jun 2022 23:52:08 -0600 Subject: [PATCH] chore: fix gh action --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47455c1..6e2853e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,7 @@ jobs: - name: Build website run: | yarn install --frozen-lockfile + yarn workspaces run build yarn docs:build # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus