Skip to content

Update CHANGELOG.md for release v20241106 (#2040) #281

Update CHANGELOG.md for release v20241106 (#2040)

Update CHANGELOG.md for release v20241106 (#2040) #281

Workflow file for this run

name: Deploy documentation
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
mkdocs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- run: pip install mkdocs mkdocs-material
- run: mkdocs gh-deploy --strict --no-history --force