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

[BUG] latest release breaks build(?) #47

Closed
Andre601 opened this issue Apr 3, 2023 · 2 comments
Closed

[BUG] latest release breaks build(?) #47

Andre601 opened this issue Apr 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Andre601
Copy link
Contributor

Andre601 commented Apr 3, 2023

Describe the bug
The latest release (2.2.3) results in a failed build for me.

I'm using a GitHub Action setup to build and publish the page and it fails with the following errors: https://pastes.dev/XgfLt3mAAI

To Reproduce
Steps to reproduce the behavior:

  1. Use 2.2.3
  2. Execute mkdocs build

Expected behavior
Build should be successful

Screenshots

Environment (please complete the following information):

  • OS: ubuntu
  • Python version 3.7
  • Plugin version 2.2.3

Additional context
The full workflow file used can be found here: https://github.com/Andre601/blog/blob/master/.github/workflows/deploy-preview.yml

Run fails at "Build Docs" which is just mkdocs build

@liang2kl
Copy link
Owner

liang2kl commented Apr 4, 2023

Thank you for reporting the problem!

As discussed in https://stackoverflow.com/a/59217333, it happens in Python versions under 3.8. I will fix this later.

@liang2kl liang2kl added the bug Something isn't working label Apr 4, 2023
liang2kl added a commit that referenced this issue Apr 4, 2023
@liang2kl liang2kl closed this as completed Apr 4, 2023
@liang2kl
Copy link
Owner

liang2kl commented Apr 4, 2023

I've also updated the test workflow so that no future updates will break any supported versions, at least in the scope of the tests. :)

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

2 participants