Skip to content

feat(people): add bluesky, mastodon and website frontmatter #31

feat(people): add bluesky, mastodon and website frontmatter

feat(people): add bluesky, mastodon and website frontmatter #31

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build Gatsby site
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Project Dependencies
run: yarn install
- name: Build
run: yarn build