Skip to content

Update CHANGELOG.md for Release (#43) #16

Update CHANGELOG.md for Release (#43)

Update CHANGELOG.md for Release (#43) #16

Workflow file for this run

name: documentation
on:
push:
branches:
- main
paths:
- 'mkdocs.yml'
- 'docs/**'
- 'overrides/**'
- '.github/workflows/docs.yml'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_docs.txt
- name: Build and deploy documentation
run: |
mkdocs gh-deploy