Skip to content

CI attempt 23

CI attempt 23 #24

name: Github CI
on: [push]
jobs:
Publish_documentation:
runs-on: ubuntu-latest
# env:
# CONFIG_FILE: mkdocs.yml
steps:

Check failure on line 9 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 9
- run: pip install mkdocs
# - working-directory: ./
-run: mkdocs gh-deploy
# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests