We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541d717 commit dffd246Copy full SHA for dffd246
β.github/workflows/tools.ymlβ
@@ -121,14 +121,6 @@ jobs:
121
run: |
122
make corepack-update
123
echo "NEW_VERSION=$(node deps/corepack/dist/corepack.js --version)" >> $GITHUB_ENV
124
- - id: doc-kit
125
- subsystem: tools
126
- label: tools
127
- run: |
128
- ./tools/dep_updaters/update-doc.sh > temp-output
129
- cat temp-output
130
- tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
131
- rm temp-output
132
- id: googletest
133
subsystem: deps
134
label: dependencies, test
βtools/dep_updaters/update-doc.shβ
βtools/doc/get-latest-commit.mjsβ
0 commit comments