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 3216827
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-docs-check-container-ssr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Pull Request Docs Check (Container, SSR Fork)"
on:
- pull_request

jobs:
docs:
runs-on: ubuntu-latest
container:
image: escomp/base: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 3216827

Please sign in to comment.