Skip to content

CI attempt 12

CI attempt 12 #13

name: Github CI
on: [push]
jobs:
Testing:
runs-on: windows-latest
steps:
- run: pip install pytest
- run: pytest /tests
Publish documentation:

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

View workflow run for this annotation

GitHub Actions / Github CI

Invalid workflow file

The workflow is not valid. .github/workflows/github-workflow.yml (Line: 9, Col: 3): The identifier 'Publish documentation' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: windows-latest
steps:
- run: pip install mkdocs
- run: mkdocs gh-deploy