Skip to content
Snippets Groups Projects
Verified Commit 75dd1833 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: add gitlab-ci.yml

parent 2f7c31f5
No related branches found
No related tags found
No related merge requests found
Pipeline #704 failed
pages:
variables:
DOC_BRANCH: "doc"
stage: deploy
image: registry.gitlab.com/quarto-forge/docker/polyglot
script:
- Rscript requirements.R
- quarto render ./
- mv _site public # gitlab pages should be stored in 'public' directory
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $DOC_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment