Skip to content

added assets

added assets #2

Workflow file for this run

name: Publish docs
on:
push:
branches:
- main
jobs:

Check failure on line 6 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force