Skip to content

Commit

Permalink
CI: update docs ci test vs build, add tip to calendar docs (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Sep 30, 2023
1 parent 7b4405e commit e890e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/widgets/services/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e890e6c

Please sign in to comment.