Skip to content

Commit 0ae0269

Browse files
committed
[CI] Upload documentation build as an artifact
1 parent 33d234b commit 0ae0269

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
path: |
6767
${{ steps.julia-cache.outputs.cache-paths }}
6868
key: ${{ steps.julia-cache.outputs.cache-key }}
69+
- uses: actions/upload-artifact@v4
70+
with:
71+
name: documentation-build
72+
path: docs/build
73+
retention-days: 7

0 commit comments

Comments
 (0)