Skip to content

Update ci.yml

Update ci.yml #68

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- run: pip install mkdocs-material
# pip install mkdocs-glightbox
pip install mkdocs-glightbox==0.1.0
- run: mkdocs gh-deploy --force