[llvm] [CI] Add Github actions job to build LLVM documentation (PR #69269)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 16 20:53:36 PDT 2023


================
@@ -0,0 +1,43 @@
+# LLVM Documentation CI
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+name: "Test documentation build"
+
----------------
tstellar wrote:

```suggestion

permissions:
  contents: read
  
```

This is standard for all our workflow files.

https://github.com/llvm/llvm-project/pull/69269


More information about the llvm-commits mailing list