feat(template): created website job template

!25
This commit is contained in:
2023-05-21 15:53:54 +09:30
parent 5556a57ea5
commit 91a50eb15b
2 changed files with 32 additions and 15 deletions

View File

@ -0,0 +1,16 @@
# This gitlab-ci file is used for creating building pages directories for nofusscomputing.com.
# by including this file, the jobs will be autocreated and only for pages jobs.
include:
- local: $JOB_ROOT_DIR/.gitlab-ci_common.yaml
- local: $JOB_ROOT_DIR/mkdocs/.gitlab-ci.yml
- local: $JOB_ROOT_DIR/validation/.gitlab-ci.yml
Lint Markdown:
extends: .Lint_Markdown
Main Site:
extends: .MKDocs_Build
needs: [ 'Lint Markdown' ]