Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna babu <[email protected]>
  • Loading branch information
Krish-2505 authored Jun 17, 2024
1 parent 68077ea commit bb19fea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Remove symlink
run: rm docs/source/README.md
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
Expand All @@ -24,6 +22,4 @@ jobs:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Restore symlink
if: always()
run: ln -s ../../README.md docs/source/README.md

0 comments on commit bb19fea

Please sign in to comment.