Skip to content

chore(deps): update all non-major dependencies #95

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #95

name: Build static site
on:
push:
branches-ignore: [main]
paths:
- "site/**"
- ".github/workflows/static-site-build.yml"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm i
working-directory: ./site
- name: Build
run: npm run build
working-directory: ./site