Skip to content

Commit 676f35e

Browse files
committed
chore: Fixed CI jobs
1 parent d0a481d commit 676f35e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/compatibility-report.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,17 @@ 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
9797
with:
9898
name: docs-status.log
9999
path: docs-status.log
100+
- uses: actions/upload-artifact@v4
101+
with:
102+
name: compatibility-requirements-nodejs-agent.mdx
103+
path: docs/${{ env.DOCS_TARGET }}
100104

101105
# Generate the new PR to update the doc in the repo.
102106
- run: |
@@ -109,4 +113,5 @@ jobs:
109113
branch: "nodejs-compatibility-report/auto-update"
110114
delete-branch: true
111115
base: develop
116+
path: docs
112117
labels: "documentation"

0 commit comments

Comments
 (0)