Skip to content

Reformat the "used by" section to align with other sections of README.md #180

Reformat the "used by" section to align with other sections of README.md

Reformat the "used by" section to align with other sections of README.md #180

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
CONFIG_FILE: docsite/mkdocs.yml
REQUIREMENTS: docsite/requirements.txt
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}