Skip to content

[ReleaseNotes] Thunder 5.1 (#1770) #358

[ReleaseNotes] Thunder 5.1 (#1770)

[ReleaseNotes] Thunder 5.1 (#1770) #358

Workflow file for this run

name: Build Thunder documentation
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Automatically publish on pushes to master
push:
branches: ["master"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: site
clean-exclude: pr-preview/