mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-18 00:30:43 +00:00
github: gh-pages build
This commit is contained in:
parent
7b9f635bc0
commit
69a5779975
7
.github/workflows/node.js.yml
vendored
7
.github/workflows/node.js.yml
vendored
@ -29,7 +29,12 @@ jobs:
|
|||||||
- run: git submodule init
|
- run: git submodule init
|
||||||
- run: git submodule update
|
- run: git submodule update
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: make distro
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
env:
|
||||||
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
||||||
|
- name: Deploy
|
||||||
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
|
with:
|
||||||
|
branch: gh-pages
|
||||||
|
folder: tmp/dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user