diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f310555..6ea6255d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,13 +106,6 @@ jobs: mkdir -p output/web/lib python3 build.py web cp web/lib/* output/web/lib - - uses: crazy-max/ghaction-github-pages@v3 - with: - target_branch: gh-pages - build_dir: web - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v3 with: path: output \ No newline at end of file