UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 23963e5a authored by ivanchubb's avatar ivanchubb
Browse files

add image

parent e8c8f410
Branches
No related merge requests found
Pipeline #108029 failed with stages
in 0 seconds
......@@ -2,10 +2,10 @@ stages:
- build
- deploy
image: squidfunk/mkdocs-material
build_site:
stage: build
image: squidfunk/mkdocs-material
script:
- echo "Building MkDocs site..."
- mkdocs build
......@@ -17,6 +17,7 @@ build_site:
deploy_to_pages:
stage: deploy
image: squidfunk/mkdocs-material
script:
- mkdocs build --site-dir public
artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment