Skip to content

Merge pull request #10 from CharlyJazz/feature/dynamic-file-oa3 #13

Merge pull request #10 from CharlyJazz/feature/dynamic-file-oa3

Merge pull request #10 from CharlyJazz/feature/dynamic-file-oa3 #13

Workflow file for this run

jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, build and test
run: |
npm ci
npm run build --if-present
npm test
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
folder: build