DevOps pipeline result different then local build #2269
allmightyse
started this conversation in
General
Replies: 1 comment
-
I found the problem. Its was case-sensetive problem. I havent activated that on my local git so on the server and locally its was different case on files and folders. that was the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have set-up an dockerfile that build my mkdocs-material project in local its build ok without any warings. But when i build in my pipeline on Azure Devops where iam using the same dockerfile i get warings on nav links that i dont get locally. The result is that my index.html that includes links to sites has a wring link.
Exampel:
Locally i get links looks like this: /user/reports/report1/
But in devops i get this like this: /user/resports/report1.md
The locally link is the correct. I have seen this error before in early version of mkdocs but not differens between devops and my locally? Do you have any idea @squidfunk ?
Beta Was this translation helpful? Give feedback.
All reactions