Skip to content

move off of cra to vite (#96) #67

move off of cra to vite (#96)

move off of cra to vite (#96) #67

Workflow file for this run

name: Autodeploy branch
on:
push:
branches:
- deploy
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install node dependencies
run: npm install
- name: Run build
run: npm run build
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: built-site
path: |
build
!build/latest.json