Skip to content

Add error and sync to the publish script (#402) #144

Add error and sync to the publish script (#402)

Add error and sync to the publish script (#402) #144

Workflow file for this run

name: Deploy Github Pages
on:
push:
branches:
- main
jobs:
pages:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: sudo apt-get update
- run: ./scripts/setup.sh
- run: ./scripts/pages.sh