Skip to content

CI attempt 26

CI attempt 26 #27

name: Github CI
on: [push]
jobs:
Publish_documentation:
runs-on: ubuntu-latest
env:
CONFIG_FILE: mkdocs.yml
steps:
- run: pip install mkdocs
- working-directory: /docs
# -run: mkdocs gh-deploy
# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests