Skip to content

✨ feat(app): ship Token Menu Bar #28

✨ feat(app): ship Token Menu Bar

✨ feat(app): ship Token Menu Bar #28

Workflow file for this run

name: Website
on:
push:
branches: [main]
paths: ["website/**", "mise.toml", "mise.lock", ".readthedocs.yaml", ".github/workflows/docs.yml"]
pull_request:
paths: ["website/**", "mise.toml", "mise.lock", ".readthedocs.yaml", ".github/workflows/docs.yml"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build the site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
persist-credentials: false
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
# Read the Docs publishes the site; this only has to fail when a template or a shortcode breaks.
- name: Build
run: just site
- name: Check the generated pages
run: |
cd website
test -s public/index.html
test -s public/llms.txt
test -s public/sitemap.xml
test -s public/robots.txt
test -s public/start/index.md