Skip to content
Snippets Groups Projects
Commit 0b61e87f authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Adjust workflow to place files in public/ as per docs

parent b6b3e43d
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ test: ...@@ -16,9 +16,9 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdocs build --strict --verbose - mkdocs build --strict --verbose --site-dir public
artifacts: artifacts:
paths: paths:
- site - public
rules: rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment