Trying to create website through Gitlab CI #1830
Unanswered
ManuelAndia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm pretty new to MyST and continuous integration so I apologise in advance if my wording is a bit imprecise 😊
I tried looking for similar discussions but struggled to find anything related to my issue, hence this post.
I'm trying to deploy a physics course as a Gitlab "pages" website. I already have a few pages which work great locally with MyST (when I run
myst build --html --all
for instance), including the differentexport
formats (PDF, docx etc.).On the main md page, I have the following lines in the frontmatter:
As I said, locally this does generate the files I require in the
_build/exports
folder.I then try to push all of this to my Gitlab repo, and I have a
.gitlab-ci.yml
file with the following lines:I end up getting an error that I don't get when I use MyST offline (I'm only pasting the first 2 lines because the rest is a lot of the same):
This results in the PDF and docx documents not being available for download in the page's download options (but for some reason the tex archive is available for download on some pages, not all).
Does anyone have a clue of what could be happening?
Thanks in advance for your help 🙏
Cheers
Manuel
Beta Was this translation helpful? Give feedback.
All reactions