Skip to content

Commit

Permalink
chore: use the script in the target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Feb 1, 2024
1 parent f29572f commit 88a7d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/open-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
git fetch --all
git checkout $COMMIT
cd ../..
./scripts/copy-generated-docs.sh
git status
git add submodules/developer-tooling
git add docs/cli
git commit -m "chore: update developer-tooling submodule"
git push origin $NEW_BRANCH
Expand Down

0 comments on commit 88a7d86

Please sign in to comment.