[llvm] [Github] Test docs-flang-man target in documentation job (PR #142860)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 14:37:36 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
This was recently added in 47171ac3f911541453a69f3d9c6b4c1777409b95. We should be supporting testing this inside the docs job.
---
Full diff: https://github.com/llvm/llvm-project/pull/142860.diff
1 Files Affected:
- (modified) .github/workflows/docs.yml (+1-1)
``````````diff
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 0692633b71a54..3970271e4adbd 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -205,7 +205,7 @@ jobs:
steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
run: |
cmake -B flang-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;mlir;flang" -DLLVM_ENABLE_SPHINX=ON ./llvm
- TZ=UTC ninja -C flang-build docs-flang-html
+ TZ=UTC ninja -C flang-build docs-flang-html docs-flang-man
mkdir built-docs/flang
cp -r flang-build/docs/* built-docs/flang/
- name: Upload docs
``````````
</details>
https://github.com/llvm/llvm-project/pull/142860
More information about the llvm-commits
mailing list