From e890e6c46ca1e3a1e55dd218916b8c362dfc6bca Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 30 Sep 2023 10:24:57 -0700 Subject: [PATCH] CI: update docs ci test vs build, add tip to calendar docs (#2093) --- .github/workflows/docs-publish.yml | 6 +++--- docs/widgets/services/calendar.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 761aaece..b0159f88 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -11,8 +11,8 @@ permissions: contents: write jobs: - build: - name: Build + test: + name: Test Build if: github.repository == 'benphelps/homepage' && github.event_name == 'pull_request' runs-on: ubuntu-latest steps: @@ -32,7 +32,7 @@ jobs: - run: sudo apt-get install pngquant - run: pip install mike - run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git - - name: Docs Test Build + - name: Test Docs Build run: MKINSIDERS=true mkdocs build deploy: name: Build & Deploy diff --git a/docs/widgets/services/calendar.md b/docs/widgets/services/calendar.md index 794c0ed2..7508634d 100644 --- a/docs/widgets/services/calendar.md +++ b/docs/widgets/services/calendar.md @@ -23,3 +23,7 @@ widget: Currently integrated widgets are [sonarr](sonarr.md), [radarr](radarr.md), [lidarr](lidarr.md) and [readarr](readarr.md). Supported colors can be found on [color palette](../../configs/settings.md#color-palette). + +!!! tip + + Clicking the month name will take you back to the current day.