Skip to content

Commit

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

jobs:
docs:
runs-on: ubuntu-latest
container:
image: escomp/base:latest
steps:
- run: git lfs install && git lfs pull --exclude='' --include=''
- run: sphinx-build -W --keep-going -n -b html . _build

0 comments on commit 9e97967

Please sign in to comment.