Skip to content

Update image URLs and add assets folder to copy script #323

Update image URLs and add assets folder to copy script

Update image URLs and add assets folder to copy script #323

Workflow file for this run

name: out
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build