Skip to content

Commit b52eb35

Browse files
fix lychee params
1 parent 79cb01a commit b52eb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: lychee
3636
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
3737
with:
38-
args: ./build
38+
args: --root-dir ${{ github.workspace }}/build ./build
3939
fail: true
4040
- uses: burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 # v8.0.5
4141
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)