Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployment fails #3

Open
MattBixley opened this issue Jul 24, 2024 · 2 comments
Open

deployment fails #3

MattBixley opened this issue Jul 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MattBixley
Copy link
Collaborator

MattBixley commented Jul 24, 2024

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 MattBixley added the bug Something isn't working label Jul 24, 2024
@MattBixley
Copy link
Collaborator Author

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
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant