Mkdocs github pages with travis - how can I use mike commands in travis? #198
Unanswered
rajdevworks
asked this question in
Q&A
Replies: 1 comment 2 replies
-
First, you need to use |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my github pages repo with mkdocs and using travis for CI.
When I make an update to the current branch on UI, it stays in the repo, but is not rendered on the published site.
However, when I make a change in the local branch, run mike commands (deploy, set-default), and then push it to the repo, it works.
I tried adding the mike commands after mkdocs build and it failed with 1. What am I doing wrong?
Edit. I made progress and looks like Permission issue for mike to write back to gh-pages branch.
Beta Was this translation helpful? Give feedback.
All reactions