diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d81e84dc..7dd39437 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install and Build + - name: Build WASM + run: sh build-wasm.sh + + - name: Install and Build Vuepress run: | npm install npm run build