From 373f792683c75ae6b22a82c3fd3e3a1d44187128 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 28 Sep 2023 12:23:19 -0700 Subject: [PATCH] Website: Fix website deploy workflow (#14189) Changes: - removed a closing tag that had no opening tag on `basic-article.ejs`. - fixed lint errors in the `basic-article.less` - Fixed the title of a ritual in `ceo.rituals.yml` --- handbook/company/ceo.rituals.yml | 2 +- .../assets/styles/pages/articles/basic-article.less | 12 ++++++------ website/views/pages/articles/basic-article.ejs | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/handbook/company/ceo.rituals.yml b/handbook/company/ceo.rituals.yml index 2caf559d69..5fb3b6ebca 100644 --- a/handbook/company/ceo.rituals.yml +++ b/handbook/company/ceo.rituals.yml @@ -19,7 +19,7 @@ moreInfoUrl: "https://fleetdm.com/handbook/company/ceo#process-the-ceos-email" dri: "sampfluger88" - - task: "Process all /"New requests/" on the #g-ceo kanban board" + task: "Process all \"New requests\" on the #g-ceo kanban board" startedOn: "2023-07-29" frequency: "Daily ⏰" description: "Process and prioritize all new issues and PRs" diff --git a/website/assets/styles/pages/articles/basic-article.less b/website/assets/styles/pages/articles/basic-article.less index e7b5632fae..1f3d593535 100644 --- a/website/assets/styles/pages/articles/basic-article.less +++ b/website/assets/styles/pages/articles/basic-article.less @@ -40,10 +40,10 @@ font-size: 16px; } &:hover { - background-color: rgba(25,33,71,.05); + background-color: rgba(25, 33, 71, 0.05); } - &:active{ - background-color: rgba(25,33,71,.1); + &:active { + background-color: rgba(25, 33, 71, 0.1); } } [purpose='edit-button'] { @@ -62,10 +62,10 @@ line-height: 21px; border-radius: 6px; &:hover { - background-color: rgba(25,33,71,.05); + background-color: rgba(25, 33, 71, 0.05); } - &:active{ - background-color: rgba(25,33,71,.1); + &:active { + background-color: rgba(25, 33, 71, 0.1); } } [purpose='article-details'] { diff --git a/website/views/pages/articles/basic-article.ejs b/website/views/pages/articles/basic-article.ejs index 646efdd21d..26afa77e55 100644 --- a/website/views/pages/articles/basic-article.ejs +++ b/website/views/pages/articles/basic-article.ejs @@ -13,7 +13,7 @@
Subscribe - A pencil iconEdit page + A pencil iconEdit page