Skip to content

Updated Build Status page #49

Updated Build Status page

Updated Build Status page #49

Workflow file for this run

name: Build documentation site
on:
push:
branches:
- master
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'pip'
- name: Run script
run: bash .github/workflows/mkdocs/mkdocs.sh
shell: bash