Publishing Quarto Website on Gitlab pages #973
Replies: 6 comments 13 replies
-
I don't think we have yet a template for Quarto project rendered on Gitlab CI to use gitlab pages. This is definitely something we can add to our documentation. However, yes it is definitely possible to do it and maybe there is already example around the web. I see two ways:
I'll try to add one demo repository soon. If you already try something, please share and I'll probably be able to help. |
Beta Was this translation helpful? Give feedback.
-
I use gitlab pages with quarto over github actions. in
consider adding resources as well:
add a file named
if you want to use github and mirror to gitlab use this action
|
Beta Was this translation helpful? Give feedback.
-
See a working example here: GitLab Repo: GitLab Page: |
Beta Was this translation helpful? Give feedback.
-
This is a GitLab CI configuration for when you don't want to work from GitHub, but do everything on GitLab (in case anybody else finds this thread and is interested): |
Beta Was this translation helpful? Give feedback.
-
I created https://gitlab.com/quarto-forge/docker and I will be building some Docker images to be used primarily by GitLab Pages users. Contributions are welcome! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to publish a quarto site on gitlab pages. I found the doc for github (which works very well, thanks) but not for Gitlab.
Is it possible to do it ? Do you have recommendations or a guide?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions