Skip to content

Commit b8f91f6

Browse files
authored
Upload artifact from Ubuntu only
1 parent 1de56b2 commit b8f91f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-book.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ jobs:
7878
run: make docs
7979

8080
- name: Setup Pages
81+
if: matrix.os == 'ubuntu-24.04'
8182
uses: actions/configure-pages@v5
8283

8384
- name: Upload artifact
85+
if: matrix.os == 'ubuntu-24.04'
86+
id: deployment
8487
uses: actions/upload-pages-artifact@v3
8588
with:
8689
path: '_build/html'

0 commit comments

Comments
 (0)