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 1710805 commit fcb8e70Copy full SHA for fcb8e70
.github/workflows/pulp-docs-ci.yml
@@ -27,18 +27,20 @@ jobs:
27
python-version: "3.12"
28
29
- name: "Install pulp-docs"
30
+ working-directory: "pulp-docs"
31
run: |
- cd pulp-docs
32
pip install --upgrade pip
33
pip install -r doc_requirements.txt
34
35
- name: "Build Docs"
36
37
- echo $PWD
38
39
pulp-docs fetch --dest /tmp/pulp-docs-tmp
40
pulp-docs build --path pulp-docs@..:${{ github.event.repository.name }}@..:/tmp/pulp-docs-tmp
41
42
- name: "Sanity Check"
43
shell: bash
44
- run: ls "${{ github.event.repository.name }}/index.html"
+ run: |
45
+ echo "Checking that the namespace for the component under CI exists in the built docs."
46
+ ls "site/${{ github.event.repository.name }}/docs"
0 commit comments