Skip to content

CI attempt 29

CI attempt 29 #30

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