Skip to content

CI attempt 13

CI attempt 13 #14

name: Github CI
on: [push]
jobs:
Publish_documentation:
runs-on: windows-latest
steps:
- run: pip install mkdocs
- run: mkdocs gh-deploy
# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests