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

path does not working if cwd is not the cfg file location #42

Closed
veghdev opened this issue Nov 15, 2022 · 2 comments · Fixed by #43
Closed

path does not working if cwd is not the cfg file location #42

veghdev opened this issue Nov 15, 2022 · 2 comments · Fixed by #43

Comments

@veghdev
Copy link
Contributor

veghdev commented Nov 15, 2022

Describe the bug
path does not working if cwd is not the cfg file location since path accepts glob

To Reproduce

  1. move the mkdocs.yml into a folder, for example tools/mkdocs
  2. run command mkdocs build -f ./tools/mkdocs/mkdocs.yml -d ../../site
  3. See error
@pawamoy
Copy link
Member

pawamoy commented Nov 19, 2022

Ha, indeed, I didn't think about that when merging the feature. Globs must be expanded, and for that the CWD must be right. I'll review you PR, thanks!

pawamoy pushed a commit that referenced this issue Nov 19, 2022
Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
Issue #42: #42
PR #43: #43
@pawamoy
Copy link
Member

pawamoy commented Nov 19, 2022

Fixed in 0.8.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants