mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fucking pages
This commit is contained in:
parent
aba828c398
commit
2923a5f275
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue