Skip to content

Removing python 3.6 and 3.7 #104

Removing python 3.6 and 3.7

Removing python 3.6 and 3.7 #104

Workflow file for this run

name: update-docs
on:
push:
branches:
- main
jobs:
update_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}