Skip to content

Merge pull request #345 from nptscot/344-document-use-of-mean-width-i… #3

Merge pull request #345 from nptscot/344-document-use-of-mean-width-i…

Merge pull request #345 from nptscot/344-document-use-of-mean-width-i… #3

Workflow file for this run

name: Deploy web
on:
push:
branches: [dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
cache-dependency-path: package-lock.json
- name: Build web app
run: |
npm ci
- name: Publish
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./