github: gh-pages build

This commit is contained in:
Steven Hugg 2022-02-21 09:30:12 -06:00
parent 7b9f635bc0
commit 69a5779975
1 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,12 @@ jobs:
- run: git submodule init
- run: git submodule update
- run: npm ci
- run: npm run build --if-present
- run: make distro
- run: npm test
env:
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