Skip to content
Snippets Groups Projects
Commit ceff74bf authored by Troy Lindsay's avatar Troy Lindsay
Browse files

Add test build stage

parent 2ae8b233
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,18 @@ before_script: ...@@ -6,7 +6,18 @@ before_script:
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) # (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-material # - pip install mkdocs-material
test:
stage: test
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages: pages:
stage: deploy
script: script:
- mkdocs build --strict --verbose - mkdocs build --strict --verbose
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment