Skip to content

Test with 5.1.4, 5.0.10, and 4.2.17 (#601) #93

Test with 5.1.4, 5.0.10, and 4.2.17 (#601)

Test with 5.1.4, 5.0.10, and 4.2.17 (#601) #93

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- mkdocs-workflow
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install python packages
run: |
pip install -r requirements_docs.txt
- name: Run mkdocs
run: mkdocs gh-deploy --force