Jim Porter
Jim Porter
Hmm. On the one hand, mike is primarily built to support Github Pages, so if it doesn't work by default on some Github instances, maybe symlinks should be opt-in. On...
> We were also encountering the error `Site contained a symlink that should be dereferenced: /latest.` With mike 1.1.2 the workaround was to add `--no-redirect`. Are you sure about that?...
That flag exists in v1.1.2, but it's choosing between copying the entire site vs creating HTML redirect pages for each page of your docs. The symlink code is new in...
Looking at [your commit log](https://github.com/HewlettPackard/squest/commits/gh-pages), I think that's because you used mike 2.0.0 for a single commit.
@Sispheor Your repo's GH Actions log looks a bit different from what I'd expect. You might want to check the repo settings to make sure it's using the defaults. This...
Tagging this as a 3.0 milestone change, since if we *do* adjust the default, it'll require a major version bump for semver compliance.
@ThinkChaos I looked at the repo from your issue (0xERR0R/blocky#1329), and I don't think this issue has anything to do with your problem. Since you're hosting your docs on Github...
Sorry for the delay on this. I'm not sure I understand this patch though. As far as I can tell, this patch doesn't help support aliased MkDocs executables, since it...
No response, so closing this PR.
> > > > I'm not going to change the default value at this point since that's a big, breaking change. Anyone who hasn't already manually configured it (probably most...