-
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
Deploy built DOCX to Github pages #471
Comments
That has to do with the deploy script. The current behavior is to commit the files written in the You could probably modify
If you want to try doing that, I can give more detail. It should even be possible to track the versions of the docx file in the versioned GitHub pages URLs. |
Noting that the DOCX is getting saved to the |
Maybe adding a link from the manuscript front matter to that output branch URL would be a quick solution? It's much easier than modifying the deploy script. |
I'll try to fiddle with the deploy script, but having a link to the |
I've started a new manuscript and think I need an easily accessible DOCX file for the co-authors.
The DOCX file is built correctly, but not accessible at https://habi.github.io/EAWAG-manuscript/manuscript.docx as I would expect.
How can I deploy/copy the DOCX file to GitHub pages to make it easily accessible for my co-authors?
The text was updated successfully, but these errors were encountered: