diff --git a/web/themes/contrib/civictheme/.circleci/config.yml b/web/themes/contrib/civictheme/.circleci/config.yml index d653e2f00..e27e270a4 100644 --- a/web/themes/contrib/civictheme/.circleci/config.yml +++ b/web/themes/contrib/civictheme/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: - add_ssh_keys: fingerprints: - *deploy_ssh_fingerprint - - run: DEPLOY_BRANCH=${DEPLOY_BRANCH:-${CIRCLE_BRANCH}} .circleci/deploy.sh + - run: DEPLOY_BRANCH=1.x .circleci/deploy.sh workflows: version: 2 @@ -80,5 +80,4 @@ workflows: tags: only: /.*/ branches: - # 1.0.x, 2.3.x, 9.x, 10.x, 9.x-2.x, ci, ci-test - only: /^[0-9]+.[0-9]+.x$|^[0-9]+.x(?:\-[0-9]+\.x)?$|^ci.*/ + only: /^main$/ diff --git a/web/themes/contrib/civictheme/README.md b/web/themes/contrib/civictheme/README.md index 6b2767ada..007793da4 100644 --- a/web/themes/contrib/civictheme/README.md +++ b/web/themes/contrib/civictheme/README.md @@ -1,8 +1,8 @@ # CivicTheme Drupal theme -Drupal 9+ component-based theme. +Drupal 10 component-based theme. -[![CircleCI](https://dl.circleci.com/status-badge/img/gh/salsadigitalauorg/civictheme/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/salsadigitalauorg/civictheme/tree/master) +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/salsadigitalauorg/civictheme/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/salsadigitalauorg/civictheme/tree/main) ---- @@ -19,7 +19,7 @@ The Drupal theme provides full integration with UI kit. ## Installation ```bash -composer require salsadigitalauorg/civictheme +composer require drupal/civictheme ``` Enable CivicTheme theme to use it as-is - CivicTheme UI kit is @@ -27,7 +27,7 @@ already included as a set of compiled assets. ## Creating a sub-theme from the CivicTheme theme -See [Sub-theme](https://docs.civictheme.io/drupal-theme/sub-theme) +See [Sub-theme](https://docs.civictheme.io/development/drupal-theme/sub-theme) ## Updating CivicTheme @@ -35,7 +35,7 @@ See [Version update](https://docs.civictheme.io/development/drupal-theme/version ## Managing colors -See [Color selector](https://docs.civictheme.io/drupal-theme/color-selector) +See [Color selector](https://docs.civictheme.io/development/drupal-theme/color-selector) ---