Skip to content

Commit

Permalink
Add pr-docs-check-container-ssr action.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Apr 30, 2024
1 parent c58699b commit 92e8cba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-docs-check-container-ssr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Pull Request Docs Check (Container, SSR Fork)"
on:
- pull_request

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: samsrabin/sphinx-action@use-escomp-base-container
with:
docs-folder: "doc"
pre-build-command: "(cd doc && make fetch-images)"
build-command: "make html"

0 comments on commit 92e8cba

Please sign in to comment.