mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Try fixing CI forkurl issues
This commit is contained in:
2
.github/workflows/link-checker-pr.yml
vendored
2
.github/workflows/link-checker-pr.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Build docs
|
||||
run: |
|
||||
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
|
||||
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
|
||||
|
||||
- name: Run Dactyl Link Checker
|
||||
|
||||
Reference in New Issue
Block a user