building out some other pages
This commit is contained in:
19
.github/workflows/staging.yml
vendored
Normal file
19
.github/workflows/staging.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user