From b70c57e23ef113100b558f36ab32a057c0f519fe Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 21 Aug 2025 23:36:39 -0600 Subject: [PATCH] Remove commented rules from pages job - Completely remove commented rules section - Pages job will now run on all branches without restrictions - Fixes 'pages job does not exist' error --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24aa9d7..40b357e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,6 @@ pages: artifacts: paths: - public - # Temporarily allow all branches for debugging - # rules: - # - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" include: - local: ghost-upload/.gitlab-ci.yml