Skip to content

Commit

Permalink
Fix documentation build on github actions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713057388
Change-Id: Icf71ea0bc5eb2974709084e30206868ed6e28a7c
  • Loading branch information
jbms authored and copybara-github committed Jan 7, 2025
1 parent 14d7ce1 commit 7d7c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
~/.cache/bazelisk
key: bazel-docs-${{ hashFiles('.bazelversion', 'WORKSPACE', 'external.bzl', 'third_party/**') }}
- name: Build documentation
run: CC=gcc-10 python -u bazelisk.py --bazelrc ~/ci_bazelrc run --announce_rc --show_timestamps --keep_going --color=yes --verbose_failures //docs:build_docs -- --output docs_output
run: python -u bazelisk.py --bazelrc ~/ci_bazelrc run --announce_rc --show_timestamps --keep_going --color=yes --verbose_failures //docs:build_docs -- --output docs_output
shell: bash
- run: zip -r docs_output.zip docs_output
- name: Upload docs as artifact
Expand Down

0 comments on commit 7d7c347

Please sign in to comment.