Skip to content

Commit 9b41627

Browse files
committed
CI: upload docs artifacts
Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
1 parent 45fd2c1 commit 9b41627

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/stackhpc-pull-request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
run: pip install tox
7979
- name: Run Tox ${{ matrix.environment }} 🧪
8080
run: tox -e ${{ matrix.environment }}
81+
- name: Upload documentation website
82+
if: matrix.environment == 'docs'
83+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+
with:
85+
name: documentation-html
86+
path: doc/build/html
87+
retention-days: 7
8188

8289
lint:
8390
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)