mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -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: |
|
path: |
|
||||||
dist/*.js
|
dist/*.js
|
||||||
dist/*.js.map
|
dist/*.js.map
|
||||||
|
- name: build statics
|
||||||
|
run: bash buildstatic.sh
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
name: Upload release
|
name: Upload release
|
||||||
|
@ -85,4 +87,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- 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