You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a docs folder in which I have MyST markdown code for documentation.
How do I launch a webpage using github pages?
The documentation here says to run the following command in the root: myst init --gh-pages
But when I run the myst command in my root it uses the README.md instead of the markdown files in the docs/ folder.
What are the exact steps that I have to take to launch github pages?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a repository for creating differentiable loss functions:
https://github.com/atharvaaalok/geosimilarity
I have a
docs
folder in which I have MyST markdown code for documentation.How do I launch a webpage using github pages?
The documentation here says to run the following command in the root:
myst init --gh-pages
But when I run the
myst
command in my root it uses theREADME.md
instead of the markdown files in thedocs/
folder.What are the exact steps that I have to take to launch github pages?
Beta Was this translation helpful? Give feedback.
All reactions