Skip to content

Commit bf7ac37

Browse files
committed
add missing step
1 parent d2d5779 commit bf7ac37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-from-bazel-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
-zip upstream/bazel-bin/src/main/java/com/google/devtools/build/lib/reference-docs.zip \
8989
-output reference-docs-temp
9090
91+
- name: Copy HEAD docs
92+
run: ./copy-upstream-docs.sh
93+
9194
- name: Create or update versioned docs folders
9295
run: ./docs-versions.vendor_folders.sh
9396

0 commit comments

Comments
 (0)