Skip to content

Commit

Permalink
update lychee instead of configuring
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Jan 12, 2024
1 parent a9bf36a commit 8b15562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dead-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
linkChecker:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Hugo
Expand All @@ -19,9 +19,9 @@ jobs:
run: cd qdrant-landing && hugo -b 'https://qdrant.tech/'
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: '--header "accept=text/html" --header "User-Agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" qdrant-landing/public'
args: 'qdrant-landing/public'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 8b15562

Please sign in to comment.