[all-commits] [llvm/llvm-project] 12a731: [CI] Add Github actions job to build LLVM document...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Oct 16 22:08:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12a731b5a4cfec96ba7c72888a1d76b8e13b043e
https://github.com/llvm/llvm-project/commit/12a731b5a4cfec96ba7c72888a1d76b8e13b043e
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
A .github/workflows/docs.yml
Log Message:
-----------
[CI] Add Github actions job to build LLVM documentation (#69269)
This patch adds in support for building the LLVM documentation through a
Github actions job. This enables catching documentation build failures
earlier and also more easily as the job failure will show up directly on
pull requests. The job currently only builds the documentation for LLVM,
but the plan is to extend it to also build the documentation for other
subprojects when appropriate (i.e., the docs files have changed),
starting with clang.
More information about the All-commits
mailing list