Skip to content

feat: using mhausenblas/mkdocs-deploy-gh-pages #3

feat: using mhausenblas/mkdocs-deploy-gh-pages

feat: using mhausenblas/mkdocs-deploy-gh-pages #3

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
- dev/gh_mkdocs
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
docs:
# Create latest docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup doc deploy
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
REQUIREMENTS: docs/requirements.txt