building out some other pages

This commit is contained in:
2023-10-03 11:47:00 -05:00
parent c1fcc4af41
commit 0c04824df3
12 changed files with 260 additions and 77 deletions

19
.github/workflows/staging.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: build check (mikayla dot dev)
on:
push:
branches:
- staging
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: staging
- name: install
run: npm install
- name: build check
run: npm run build