Skip to content

Commit 011c824

Browse files
committed
chore: Fixed CI jobs
1 parent d0a481d commit 011c824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatibility-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
arch: amd64
9191
cache: enable
9292
- run: |
93-
nrversions -v -r agent -R ${DOCS_TARGET} 2>docs-status.log
93+
nrversions -v -r agent -R ./docs/${DOCS_TARGET} 2>docs-status.log
9494
9595
# Upload generated artifacts for potential debugging purposes.
9696
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)