Skip to content
Snippets Groups Projects
Commit 7610a293 authored by GD's avatar GD
Browse files

setup automatic page build

parent e931dbd0
No related branches found
No related tags found
No related merge requests found
Pipeline #533 failed
pages:
stage: deploy
image: rocker/rstudio
script:
- quarto render ./
- mv _site/* public/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment