Skip to content

Removed requirements txt files from project. (#9842) #36

Removed requirements txt files from project. (#9842)

Removed requirements txt files from project. (#9842) #36

Workflow file for this run

name: mkdocs
on:
push:
branches:
- main
paths:
- docs/**
- docs_theme/**
- pyproject.toml
- mkdocs.yml
- .github/workflows/mkdocs-deploy.yml
jobs:
deploy:
runs-on: ubuntu-latest
environment: github-pages
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v6
- run: git fetch --no-tags --prune --depth=1 origin gh-pages
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install --group docs
- run: mkdocs gh-deploy