Skip to content

The Dreaming Project #1

The Dreaming Project

The Dreaming Project #1

Workflow file for this run

name: sonata
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: clearloop/[email protected]
- name: Build the site
run: sonata build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out