diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3fe769a..a56240b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,10 +32,6 @@ jobs: mv *.html *.js *.wasm ../out ls ../out popd - deploy: - runs-on: ubuntu-latest - needs: build - steps: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: