-
I've successfully managed to initialize a github action to build the html version of my jupyter-book and push it to gh-pages. I've expaned the gh-action to also build the pdf version of my jupyter-book, which was also successful, since I received the message below.
But I'm at a loss as how I can now retrieve this pdf. In my understanding, it is stored on the server instance which built my book, but it was not pushed back to my repo. How can I get the github action to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
choldgraf
Sep 2, 2020
Replies: 1 comment 5 replies
-
perhaps @hamelsmu could provide guidance here? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ratnanil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perhaps @hamelsmu could provide guidance here?