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 5174126 commit 6ee921aCopy full SHA for 6ee921a
.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