This commit is contained in:
blueloveTH 2023-04-23 12:44:50 +08:00
parent d513a3b459
commit 9d387b7640

View File

@ -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