Skip to content
Discussion options

You must be logged in to vote

For now try with POSIX paths, aka use / instead of \ to separate the directories and files. GitHub Actions run on Linux.
Tough, I would assume that converting from Windows to POSIX paths should be handled via MkDocs, so perhaps I'm missing something 🤔
Apart of that in Linux (therefore also in browser URLs) paths are case-sensitive, so I recommend using only lowercase.
Tough be aware that it will break the current links Getting Started etc. in your browser's history, since they use mixed case.
EDIT: I don't mean only the mkdocs.yml but also the actual files/directory names

https://github.com/DEFRA/adp-documentation/blob/9abb6ca8400d72be73239b016adb8d667d58cb38/mkdocs.yml#L73-L88

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kamilkrzyskow
Comment options

Answer selected by LoganDavidTalbot
@LoganDavidTalbot
Comment options

@kamilkrzyskow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6804 on February 20, 2024 00:46.