GenomicsAotearoa / Intermediate-R

https://genomicsaotearoa.github.io/Intermediate-R
GNU General Public License v3.0
2 stars 2 forks source link

deployment fails #3

Open MattBixley opened 1 month ago

MattBixley commented 1 month ago

commits cause the workflow to run which fails so updates to the material can't happen.

from commenting in and out the pip install lines in ci.yml

- run: pip install mkdocs-material 
#             pip install mkdocs-glightbox

narrows down to something with glightbox

'mkdocs_material_extensions' is deprecated and will no longer be
supported moving forward. This is the last release.

ERROR   -  Config value 'plugins': The "glightbox" plugin is not installed

Aborted with a configuration error!
Error: Process completed with exit code 1.`
MattBixley commented 1 month ago

when both lines included

Run pip install mkdocs-material pip install mkdocs-glightbox
Collecting mkdocs-material
  Downloading mkdocs_material-9.5.30-py3-none-any.whl.metadata (1[7](https://github.com/GenomicsAotearoa/Intermediate-R/actions/runs/10066344153/job/27827518038#step:4:8) kB)
Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages (24.1.2)
ERROR: Could not find a version that satisfies the requirement install (from versions: none)
ERROR: No matching distribution found for install
Error: Process completed with exit code 1.
MattBixley commented 1 month ago

https://pypi.org/project/mkdocs-glightbox/