Skip to content

Merge pull request #643 from complytime/dependabot/github_actions/act… #16

Merge pull request #643 from complytime/dependabot/github_actions/act…

Merge pull request #643 from complytime/dependabot/github_actions/act… #16

Workflow file for this run

name: publish-docs
on:
push:
branches:
- main
paths:
- 'mkdocs.yml'
- 'docs/**'
permissions:
contents: write
jobs:
gh-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.11'
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mkdocs-include-markdown-plugin
- run: mkdocs gh-deploy --force