Skip to content

Merge pull request #341 from nptscot/340-update-copyright-statement-f… #2

Merge pull request #341 from nptscot/340-update-copyright-statement-f…

Merge pull request #341 from nptscot/340-update-copyright-statement-f… #2

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: ./