fixed github actions again, back to the way it was

This commit is contained in:
Steven Hugg 2022-02-22 13:46:23 -06:00
parent 03254b28ff
commit b6467ce314
1 changed files with 0 additions and 8 deletions

View File

@ -27,17 +27,9 @@ jobs:
- run: git submodule update - run: git submodule update
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
test:
needs: build
runs-on: ubuntu-latest
steps:
- run: npm test - run: npm test
env: env:
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }} TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- run: make distro - run: make distro
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4.2.5