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