From 7d209823117fe468d3e03a7ea7be5a2fd6127a81 Mon Sep 17 00:00:00 2001 From: Antoine Beaupré Date: Tue, 17 Oct 2023 11:42:04 -0400 Subject: replace the `pages` job with a proper template The `pages-deploy.yml` target will "do the right thing" for us here, it's useless for us to figure out how exactly to do the pages dance here, let's just delegate. Alternatively, we could "vendor" that code in here, but then we lose the benefit of improvements TPA might make here in the future. Also: this will make it easier to enable the static shim once it's ready. --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd46f23..3f37e01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ build: paths: - public -pages: - only: - - main +include: + project: tpo/tpa/ci-templates + file: + #- static-shim-deploy.yml + - pages-deploy.yml -- cgit v1.2.3-54-g00ecf