Skip to content

Cherry-pick change to remove darwin/amd64 from install docs #91

Cherry-pick change to remove darwin/amd64 from install docs

Cherry-pick change to remove darwin/amd64 from install docs #91

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout aretext submodule
run: git submodule update --init
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.6.5"
- name: Build
run: make build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: site