Skip to content

docs: upgrade pip before building docs #3

docs: upgrade pip before building docs

docs: upgrade pip before building docs #3

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
- tests
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- 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
REQUIREMENTS: requirements-dev.txt