Skip to content

Commit 92e8cba

Browse files
committed
Add pr-docs-check-container-ssr action.
1 parent c58699b commit 92e8cba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Pull Request Docs Check (Container, SSR Fork)"
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"
13+
pre-build-command: "(cd doc && make fetch-images)"
14+
build-command: "make html"

0 commit comments

Comments
 (0)