Skip to content

Add a workflow to update the site #1

Add a workflow to update the site

Add a workflow to update the site #1

Workflow file for this run

name: Update site
on:
push:
branches: [main]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build site
run: |
./build_site
- name: Deploy site
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: site