Skip to content

Commit 7fbe446

Browse files
Address some reviewer feedback
1 parent d5b56cb commit 7fbe446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
if: steps.docs-changed-subprojects.outputs.libc_any_changed == 'true'
116116
run: |
117117
cmake -B libc-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libc" -DLLVM_ENABLE_SPHINX=ON ./runtimes
118-
TZ=UTC ninja -C libc-build docs-libc-html
118+
TZ=UTC ninja -C docs-libc-html
119119
120120

0 commit comments

Comments
 (0)