diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d2936382528b0d..356a9f990e4290 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,6 +3,16 @@ name: CI on: [push, pull_request] jobs: + build-docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build + run: NODE=$(which node) make doc-only + - uses: actions/upload-artifact@v1 + with: + name: docs + path: out/doc build-linux: runs-on: ubuntu-latest steps: