Revert "Ci: Add GitLab Pages deployment job for outreach website"

This reverts commit 0e9cf6ae74.
This commit is contained in:
Lars Simon Winzer
2026-04-01 22:27:25 +02:00
parent 0e9cf6ae74
commit 521982f7fc
-12
View File
@@ -3,7 +3,6 @@ stages:
- report - report
- build - build
- test - test
- deploy
# Reusable definitions # Reusable definitions
.gradle-cache: &gradle-cache .gradle-cache: &gradle-cache
@@ -120,14 +119,3 @@ test:
allow_failure: false allow_failure: false
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
allow_failure: true allow_failure: true
pages:
stage: deploy
script:
- mkdir -p public
- cp -r outreach/* public/
artifacts:
paths:
- public/
rules:
- when: manual