CI: update docs ci test vs build, add tip to calendar docs (#2093)

This commit is contained in:
shamoon 2023-09-30 10:24:57 -07:00 committed by GitHub
parent 7b4405ee35
commit e890e6c46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -11,8 +11,8 @@ permissions:
contents: write contents: write
jobs: jobs:
build: test:
name: Build name: Test Build
if: github.repository == 'benphelps/homepage' && github.event_name == 'pull_request' if: github.repository == 'benphelps/homepage' && github.event_name == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -32,7 +32,7 @@ jobs:
- run: sudo apt-get install pngquant - run: sudo apt-get install pngquant
- run: pip install mike - run: pip install mike
- run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git - 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 run: MKINSIDERS=true mkdocs build
deploy: deploy:
name: Build & Deploy name: Build & Deploy

View File

@ -23,3 +23,7 @@ widget:
Currently integrated widgets are [sonarr](sonarr.md), [radarr](radarr.md), [lidarr](lidarr.md) and [readarr](readarr.md). 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). 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.