Skip to content

Commit

Permalink
fix: manually copy the files rather than use the postinstall hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Apr 2, 2024
1 parent 38b2631 commit a3faac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git fetch --all
git checkout $COMMIT
cd ../..
./scripts/copy-generated-docs.sh
cp -R ./submodules/developer-tooling/packages/docs/command-line-interface/* ./docs/cli/
git status
git add submodules/developer-tooling
Expand Down

0 comments on commit a3faac5

Please sign in to comment.