File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 55jobs :
66 docs :
77 runs-on : ubuntu-latest
8+ container :
9+ image : escomp/base:latest
810 steps :
911 - uses : actions/checkout@v1
1012 - uses : samsrabin/sphinx-action@use-escomp-base-container
1113 with :
1214 docs-folder : " doc"
13- pre-build-command : " git lfs pull --exclude='' --include='' "
15+ pre-build-command : " (cd doc && make fetch-images) "
1416 build-command : " make html"
Original file line number Diff line number Diff line change 1+ name : " Pull Request Docs Check"
2+ on :
3+ - pull_request
4+
5+ jobs :
6+ docs :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v1
10+ - uses : samsrabin/sphinx-action@use-escomp-base-container
11+ with :
12+ docs-folder : " doc/source"
13+ pre-build-command : " git lfs install && git lfs pull --exclude='' --include=''"
14+ build-command : " sphinx-build -W --keep-going -n -b html . _build"
You can’t perform that action at this time.
0 commit comments