Skip to content

Commit

Permalink
docs: display patch file for debug in PR links checker
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jul 22, 2024
1 parent 43c2d55 commit 2b97272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-links-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
sed -i "s#/cilium/tetragon/raw/main#/$REPO/raw/$BRANCH#g" $PATCH_FILE
sed -i "s#/cilium/tetragon/main#/$REPO/$BRANCH#g" $PATCH_FILE
cat $PATCH_FILE
- name: Serve the Hugo website
working-directory: docs
run: hugo server &
Expand Down

0 comments on commit 2b97272

Please sign in to comment.