Skip to content

add highlights for HumanFirst #153

add highlights for HumanFirst

add highlights for HumanFirst #153

Workflow file for this run

on:
push:
branches:
- main
name: build gatsby
jobs:
build_gatsby:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: npm install
- name: gatsby build
run: npm run build
- name: deploy to github pages branch
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: "public/"