Skip to content

Commit 524026d

Browse files
fix: fix github workflow error (#308)
1 parent 81f1268 commit 524026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
id: lychee
4242
uses: lycheeverse/lychee-action@v2
4343
with:
44-
args: "--base . --cache --max-cache-age 1d ."
44+
args: "--base ${{ github.workspace }} --cache --max-cache-age 1d ."

0 commit comments

Comments
 (0)