Skip to content

Revert "crude, manual regeneration of static files" #4

Revert "crude, manual regeneration of static files"

Revert "crude, manual regeneration of static files" #4

Workflow file for this run

# Generates the static website
name: Node.js CI
on:
push:
branches: [ "master", "revamp_to_latest_nuxt" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.14.2]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install
- run: yarn generate
- uses: actions/upload-artifact@v3
with:
name: static-site-files
path: .output/