[all-commits] [llvm/llvm-project] cffb9d: [Github] Add steps to build clang docs to CI (#69550)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Oct 18 22:58:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cffb9df10cebe4cba7c5eb6cc7a9a66f4c253f2b
https://github.com/llvm/llvm-project/commit/cffb9df10cebe4cba7c5eb6cc7a9a66f4c253f2b
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M .github/workflows/docs.yml
Log Message:
-----------
[Github] Add steps to build clang docs to CI (#69550)
Recently, support for building the LLVM documentation within Github
actions landed, allowing for easy testing of the docs both pre and post
landing. This patch extends that functionality to clang and adds in
additional support to the docs Github workflow to only build the docs
for the subproject whose documentation has been touched.
More information about the All-commits
mailing list