We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a481d commit 011c824Copy full SHA for 011c824
.github/workflows/compatibility-report.yml
@@ -90,7 +90,7 @@ jobs:
90
arch: amd64
91
cache: enable
92
- run: |
93
- nrversions -v -r agent -R ${DOCS_TARGET} 2>docs-status.log
+ nrversions -v -r agent -R ./docs/${DOCS_TARGET} 2>docs-status.log
94
95
# Upload generated artifacts for potential debugging purposes.
96
- uses: actions/upload-artifact@v4
0 commit comments