Skip to content

Correction-Simulation-07-29 #54

Correction-Simulation-07-29

Correction-Simulation-07-29 #54

Workflow file for this run

name: Test if codes are deployable
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test-for-codes:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: npm install and build website
run: |
cd siteGen
npm ci
npm run build