mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
PR Link checker fixes?
This commit is contained in:
3
.github/workflows/link-checker-pr.yml
vendored
3
.github/workflows/link-checker-pr.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
echo '{"github_forkurl": "https://github.com/'"${{ github.repository }}"'", "github_branch": "'"${{ github.head_ref }}"'", "github_pr_id": "'"${{ github.event.number }}"'", "is_pr_build": true}' > dactyl_vars.json
|
echo '{"github_forkurl": "https://github.com/'"${{ github.event.pull_request.head.repo.full_name }}"'", "github_branch": "'"${{ github.head_ref }}"'", "github_pr_id": "'"${{ github.event.number }}"'", "is_pr_build": true}' > dactyl_vars.json
|
||||||
tool/build_all_langs.sh --vars dactyl_vars.json
|
tool/build_all_langs.sh --vars dactyl_vars.json
|
||||||
|
|
||||||
- name: Run Dactyl Link Checker
|
- name: Run Dactyl Link Checker
|
||||||
@@ -40,6 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment Broken Links
|
- name: Comment Broken Links
|
||||||
uses: unsplash/comment-on-pr@master
|
uses: unsplash/comment-on-pr@master
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
msg: ${{steps.checker.outputs.linkreport}}
|
msg: ${{steps.checker.outputs.linkreport}}
|
||||||
check_for_duplicate_msg: false
|
check_for_duplicate_msg: false
|
||||||
|
|||||||
Reference in New Issue
Block a user