Skip to content

Add Workshop menu and remove Awesome #14

Add Workshop menu and remove Awesome

Add Workshop menu and remove Awesome #14

Workflow file for this run

name: Check links
on:
pull_request:
branches: [main]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: |
--no-progress
--include-fragments
--exclude-path ./themes/
--exclude-path ./layouts/
.
# Fail action on broken links
fail: true