2024-01-02 18:52:03 -05:00
|
|
|
variables:
|
|
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
include:
|
|
|
|
- file: '/action.yml'
|
|
|
|
project: 'templates/hugo-obsidian'
|
|
|
|
inputs:
|
|
|
|
index: "true"
|
|
|
|
input: content
|
|
|
|
output: assets/indices
|
|
|
|
root: .
|
2024-01-02 18:53:54 -05:00
|
|
|
- local: "/.gitlab/hugo.template.yml"
|
2024-01-02 18:52:03 -05:00
|
|
|
stages:
|
|
|
|
- index
|
|
|
|
- setup-hugo
|
|
|
|
- deploy
|
|
|
|
deploy:
|
|
|
|
stage: deploy
|
|
|
|
script:
|
|
|
|
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
|