Skip to content

Upload rendered docs as a CI artifact #5

Upload rendered docs as a CI artifact

Upload rendered docs as a CI artifact #5

Workflow file for this run

name: Links (Fail Fast)
on:
pull_request:
branches:
- main
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: |
.github
docs
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --exclude-loopback --require-https --verbose --no-progress docs