Skip to content

Bump mkdocs-material from 9.5.48 to 9.5.49 in /doc #51

Bump mkdocs-material from 9.5.48 to 9.5.49 in /doc

Bump mkdocs-material from 9.5.48 to 9.5.49 in /doc #51

Workflow file for this run

name: document
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
document:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: homebrew/actions/setup-homebrew@master
- run: tools/ci/github/setup.sh
- run: tools/document/build.sh
- uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/site