Skip to content

Try installing parcel watcher #10

Try installing parcel watcher

Try installing parcel watcher #10

Workflow file for this run

name: Build and Deploy
on:
push:
branches: auto-deploy
jobs:
build-and-deploy:
name: Build and deploy Gatsby site
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Project Dependencies
run: npm ci
- name: Build & deploy
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
npm run deploy