diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5cabb6d4..bdb1f69ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Install and Build run: | yarn install - yarn build + yarn docs:build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: