Neoteroi / mkdocs-plugins

Plugins for MkDocs.
MIT License
116 stars 9 forks source link

css zip corrupted #21

Closed glasgowm148 closed 1 year ago

glasgowm148 commented 1 year ago
Archive:  css-v0.1.2 (1).zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of css-v0.1.2 (1).zip or
        css-v0.1.2 (1).zip.zip, and cannot find css-v0.1.2 (1).zip.ZIP, period.
glasgowm148 commented 1 year ago

got working ones from here

https://github.com/Neoteroi/mkdocs-plugins/releases/tag/v0.0.6

RobertoPrevato commented 1 year ago

Hi @glasgowm148 Thanks for the heads up, I didn't notice the ZIP file was corrupted. They are built in the GitHub Actions and published as artifacts (example - for some reason I cannot download the artifacts from GitHub at the moment).

Weeks ago, I dedicated some time trying to publish them automatically as release files, but I had some issues and no time to correct that.

I don't recommend using old CSS files because they won't include rules for the new features (e.g. contribs plugin). It's best if you take the complete file from the documentation site, here:

https://www.neoteroi.dev/mkdocs-plugins/css/neoteroi.css

RobertoPrevato commented 1 year ago

This is now fixed in the GitHub Workflows. It was caused by a wrong file extension configured in the action.