Skip to content

update ci.yml by removing glightbox #3

update ci.yml by removing glightbox

update ci.yml by removing glightbox #3

Workflow file for this run

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

Check failure on line 19 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 19
- run: pip install mkdocs-material
#pip install mkdocs-glightbox
pip install mkdocs-awesome-pages-plugin
- run: mkdocs gh-deploy --force