Skip to content

add blog post about October 2023 meetup in SF #60

add blog post about October 2023 meetup in SF

add blog post about October 2023 meetup in SF #60

Workflow file for this run

name: Gatsby Publish
on:
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build