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 33d234b commit 0ae0269Copy full SHA for 0ae0269
.github/workflows/Documentation.yml
@@ -66,3 +66,8 @@ jobs:
66
path: |
67
${{ steps.julia-cache.outputs.cache-paths }}
68
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