Skip to content

Commit

Permalink
ci: PLATE-831: Fix LSF docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Feb 2, 2024
1 parent e068013 commit 6e92484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/follow-merge-upstream-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
if: steps.details.outputs.build_lsf_docs
continue-on-error: true
working-directory: tmp/scripts
run: node create-docs.js
run: NODE_PATH=$(npm root -g) node create-docs.js

- name: "LSF Docs: Commit and Push"
if: steps.details.outputs.build_lsf_docs && steps.lsf-docs-build.conclusion == 'success'
Expand Down

0 comments on commit 6e92484

Please sign in to comment.