Skip to content

CI attempt 24

CI attempt 24 #25

name: Github CI
on: [push]
jobs:
Publish_documentation:
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/github-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- run: pip install mkdocs
# - working-directory: ./
-run: mkdocs gh-deploy
# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests