fucking pages

This commit is contained in:
velzie 2024-10-12 22:09:01 -04:00
parent aba828c398
commit 2923a5f275
No known key found for this signature in database
GPG key ID: AA51AEFB0A1F3820

View file

@ -39,6 +39,8 @@ jobs:
path: |
dist/*.js
dist/*.js.map
- name: build statics
run: bash buildstatic.sh
upload:
name: Upload release
@ -85,4 +87,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ github.token }}
publish_dir: ./staticbuild