Skip to content

Updating docs to add a Note for Tailwind CSS when using custom theme #74

Updating docs to add a Note for Tailwind CSS when using custom theme

Updating docs to add a Note for Tailwind CSS when using custom theme #74

Workflow file for this run

# This action checks for broken links
name: Check Links
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: πŸ”— Check Links
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --config .github/lychee.toml './docs/*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}