Skip to content

Update files from Notion #1

Update files from Notion

Update files from Notion #1

name: Deploy preview branch
on:
push:
branches:
- preview
jobs:
deploy-preview:
name: Deploy preview branch
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the site
run: ./build.sh
- name: Deploy preview to Netlify
run: ./deploy.sh --github-action-preview-subdomain
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}