-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building output not working #422
Comments
The rendered manuscript gets created in the output directory only after you run But many users build the manuscript via CI only (on GitHub actions). It's easier for us to help manuscripts that are public repos. If you have a public repo you can point us towards that can help. |
Thank you Daniel, Forgive my ignorance but I am already very proud I got to this point...any help is much appreciated! Maurizio |
Okay so the manuscript is https://github.com/mauriziopassariello/Manuscript2. It looks like your manuscript is building correctly on CI (logs). But for some reason GitHub Pages isn't working at https://mauriziopassariello.github.io/Manuscript2/. Can you go to the repo settings and make sure GitHub Pages is configured to use the
The web version has an interactive table of contents that is generated with a javascript plugin. If you also want to include one in non-HTML outputs, the Pandoc |
That worked to enable GitHub pages. You can now view your manuscript at https://mauriziopassariello.github.io/Manuscript2/ You do not need to use the output directory. If you are curious about what is there, you can view it as a separate branch in your repository at https://github.com/mauriziopassariello/Manuscript2/tree/output. You won't need to visit it because you can access the HTML output from https://mauriziopassariello.github.io/Manuscript2/ and the PDF output from https://mauriziopassariello.github.io/Manuscript2/manuscript.pdf Your manuscript is not including the content from @dhimmel based on the "before" screenshot, we may need to update the setup instructions to make enabling GitHub Pages a necessary step by default. |
Thank you for your help! I'm slowly understanding step by step. Just a few more questions:
|
|
This is super cool. Thank you! |
According to https://stackoverflow.com/a/28745353/4651668, you'll need have GitHub Pro, GitHub Team, GitHub Enterprise Cloud, or GitHub Enterprise Server to use GitHub Pages on a private repository. If you're affiliated with an academic institution, you might qualify for a Pro account through https://education.github.com/. Note that you can still use manubot on the private repo, just that the manuscript won't be publicly hosted. It can still be downloaded from the output and gh-pages branches. |
Cloning the manubot/rootstock repository via the setup script creates a local copy on my PC. Is this always required? Can the rootstock repository be cloned/copied only on Github? |
The local setup is currently required to properly configure the new manuscript. Once setup has occurred, everything else can continue via GitHub only |
Hi all,
I am new to Manubot. I have successfully run the script on terminal and cloned the Manubot repository. However when I change the abstract.md file or the deleteme.md file I cannot find any output file in the output folder. What am I doing wrong? Anyone able to help me? Thanks!
The text was updated successfully, but these errors were encountered: