FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5d110f69 authored by Nick Brown's avatar Nick Brown
Browse files

fix: Amend CI so SITE_URL is undefined for live deployment

parent ee78f784
No related branches found
No related tags found
1 merge request!457fix: Amend CI so SITE_URL is undefined for live deployment
Pipeline #714174 passed
......@@ -61,6 +61,7 @@ pages:
extends: test
stage: production
script:
- unset SITE_URL # This is only used in the test job.
- mkdocs build --strict --verbose --site-dir public
# Expose services.yml for consumption by other apps/services.
- mkdir -p public/api
......
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