We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94857f8 commit c5702b7Copy full SHA for c5702b7
.github/workflows/check-pr-links.yml
@@ -37,7 +37,7 @@ jobs:
37
id: dump_links_from_master
38
uses: lycheeverse/lychee-action@v2
39
with:
40
- args: --dump --base-url dist --exclude-all-private dist
+ args: --dump --base-url "${{ github.workspace }}/dist/" --exclude-all-private dist
41
output: ./links-master.txt
42
43
- name: Stash untracked files
0 commit comments