We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a481d commit 676f35eCopy full SHA for 676f35e
.github/workflows/compatibility-report.yml
@@ -90,13 +90,17 @@ 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
97
with:
98
name: docs-status.log
99
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 }}
104
105
# Generate the new PR to update the doc in the repo.
106
@@ -109,4 +113,5 @@ jobs:
109
113
branch: "nodejs-compatibility-report/auto-update"
110
114
delete-branch: true
111
115
base: develop
116
+ path: docs
112
117
labels: "documentation"
0 commit comments