Skip to content

Commit

Permalink
chore: Fixed CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed May 28, 2024
1 parent d0a481d commit 676f35e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compatibility-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,17 @@ jobs:
arch: amd64
cache: enable
- run: |
nrversions -v -r agent -R ${DOCS_TARGET} 2>docs-status.log
nrversions -v -r agent -R ./docs/${DOCS_TARGET} 2>docs-status.log
# Upload generated artifacts for potential debugging purposes.
- uses: actions/upload-artifact@v4
with:
name: docs-status.log
path: docs-status.log
- uses: actions/upload-artifact@v4
with:
name: compatibility-requirements-nodejs-agent.mdx
path: docs/${{ env.DOCS_TARGET }}

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

0 comments on commit 676f35e

Please sign in to comment.