Skip to content

Repo improvements

Repo improvements #91

Workflow file for this run

name: MkDocs Deploy
on:
push:
<<<<<<< HEAD

Check failure on line 5 in .github/workflows/DeployDocs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/DeployDocs.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
branches: # Act on master branch commit
- main
=======
branches: # Act on main branch commit
- main
>>>>>>> development
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
cache: "pip"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force