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:
pages:
stage: deploy
script:
- mkdocs build --strict --verbose
- mkdocs build --strict --verbose --site-dir public
artifacts:
paths:
- site
- public
rules:
- 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