We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c1aca commit c58699bCopy full SHA for c58699b
.github/workflows/pr-docs-check-container-raw.yml
@@ -8,5 +8,7 @@ jobs:
8
container:
9
image: escomp/base:latest
10
steps:
11
+ - run: pwd
12
+ - run: ls -lh
13
- run: git lfs pull --exclude='' --include=''
14
- run: sphinx-build -W --keep-going -n -b html . _build
0 commit comments