Skip to content
Snippets Groups Projects
Commit 09b8f012 authored by Charlie Pauvert's avatar Charlie Pauvert
Browse files

set up Pages via the mandatory GitLab wizard

parent 035f376c
No related tags found
No related merge requests found
# The Docker image that will be used to build your app
image: rocker/tidyverse:4.3
# Functions that should be executed before the build script is run
before_script:
- Rscript -e "renv::deactivate()"
pages:
before_script:
- Rscript -e "renv::deactivate()"
script:
- quarto render --output-dir public
artifacts:
......@@ -13,4 +14,3 @@ pages:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
tags: [quarto]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment