Skip to content

Commit c42cb79

Browse files
richardlauMylesBorins
authored andcommittedApr 2, 2020
build: build docs in GitHub Actions CI workflow
Backport-PR-URL: #32608 PR-URL: #31504 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 46f83df commit c42cb79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.github/workflows/CI.yml

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name: CI
33
on: [push, pull_request]
44

55
jobs:
6+
build-docs:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Build
11+
run: NODE=$(which node) make doc-only
12+
- uses: actions/upload-artifact@v1
13+
with:
14+
name: docs
15+
path: out/doc
616
build-linux:
717
runs-on: ubuntu-latest
818
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.