Skip to content
Snippets Groups Projects
Commit 3c1c6a36 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Only deploy GitLab Pages in ghc/ghc>

The deployments are quite large and yet are currently only served for
the ghc/ghc> project.
parent d4a0be75
No related tags found
No related merge requests found
Pipeline #21288 failed
......@@ -1108,7 +1108,9 @@ pages:
EOF
- cp -f index.html public/doc
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
# N.B. only run this on ghc/ghc since the deployed pages are quite large
# and we only serve GitLab Pages for ghc/ghc.
- if: '$CI_COMMIT_BRANCH == "master" && $CI_PROJECT_NAMESPACE == "ghc"'
artifacts:
paths:
- public
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