Skip to content
Snippets Groups Projects
Verified Commit 9f22d672 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add pages staging job

parent 770a75a0
No related tags found
No related merge requests found
......@@ -3,5 +3,6 @@ include:
- local: "/ci/test.yml"
- local: "/ci/build_dist.yml"
- local: "/ci/build_docker.yml"
- local: "/ci/staging.yml"
- local: "/ci/pages.yml"
- local: "/ci/deploy.yml"
pages_staging:
stage: deploy
when: manual
before_script:
- cp -r .tox/screenshots/firefox docs/screenshots
script:
- export LC_ALL=en_GB.utf8
- tox -e docs -- BUILDDIR=../public/docs
artifacts:
paths:
- public/
environment:
name: staging/pages
url: https://aleksis.org.staging.teckids.org
only:
- merge_requests
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