Skip to content
Snippets Groups Projects
Commit 93429762 authored by HUYNHANHKH0I's avatar HUYNHANHKH0I
Browse files

Update cicd

parent b331b481
No related branches found
No related tags found
4 merge requests!130integer data type,!120integer data type,!119Develop to main M25,!117Develop to main M25
Pipeline #290548 canceled
......@@ -36,3 +36,6 @@ include:
# Azure deploy Sandbox
- local: "devops/azure/azure.sandbox-ci.yml"
# publish documentations
- local: "publish.yml"
run-test-pages:
stage: build
image: python:latest
script:
- cd docs
- pip install mkdocs-material
- pip install mkdocs-git-revision-date-plugin
- mkdocs build --site-dir ../test
allow_failure: true
artifacts:
paths:
- test
when: manual
pages:
stage: publish
image: python:latest
tags: ["osdu-medium"]
script:
- cd docs
- pip install --default-timeout=1000 mkdocs-material
- pip install mkdocs-git-revision-date-plugin
- mkdocs build --site-dir ../public
allow_failure: true
needs: []
artifacts:
paths:
- public
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