Skip to content

Commit a2b7006

Browse files
richardlaucodebytere
authored andcommitted
build: build docs in GitHub Actions CI workflow
PR-URL: #31504 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent cd75433 commit a2b7006

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)