Skip to content

fix build problem when disable clap (#18) #79

fix build problem when disable clap (#18)

fix build problem when disable clap (#18) #79

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Install requirements
run: |
pip install mkdocs mkdocs-i18n mkdocs-material mkdocs-material-extensions &&
pip install mkdocs-autorefs mkdocstrings mkdocstrings-python
- 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS: docs/requirements.txt