File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 outputs :
2323 lint : ghcr.io/nvidia/cutile-python/lint:2025-12-16-8f8dc037a629
24+ docs : ghcr.io/nvidia/cutile-python/docs:2025-12-16-efbff374c2ca
2425 build_py310 : ghcr.io/nvidia/cutile-python/build_py_3.10_x86_64:2025-12-16-7586f904479b
2526 build_py311 : ghcr.io/nvidia/cutile-python/build_py_3.11_x86_64:2025-12-16-bd57fbae3794
2627 build_py312 : ghcr.io/nvidia/cutile-python/build_py_3.12_x86_64:2025-12-16-3eb50f53e2e8
5152 - name : Check inline samples are up to date
5253 run : python3 test/tools/inline_samples.py --check
5354
55+ docs :
56+ name : Build Docs
57+ needs : images
58+ runs-on : ubuntu-latest
59+ timeout-minutes : 10
60+ container :
61+ image : ${{ needs.images.outputs.docs }}
62+ steps :
63+ - name : Checkout repository
64+ uses : actions/checkout@v6
65+
66+ - name : Build documentation
67+ run : make -C docs html
68+
69+ - name : Upload docs artifact
70+ uses : actions/upload-artifact@v4
71+ with :
72+ name : docs-html
73+ path : docs/build/html
74+ retention-days : 7
75+
5476 build :
5577 name : Build Wheel (Python ${{ matrix.python-version }})
5678 needs : images
You can’t perform that action at this time.
0 commit comments