Skip to content

add a to yaml in mkdocs #2

add a to yaml in mkdocs

add a to yaml in mkdocs #2

Workflow file for this run

name: Deploy docs to gh-pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Deploy docs to gh-pages
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Deploy
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: docs/mkdocs.yaml
REQUIREMENTS: docs/site_assets/requirements.txt