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 ca16554 commit a8a2c06Copy full SHA for a8a2c06
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
cp README.md content
27
jupyter lite build --contents content --output-dir dist
28
- name: Upload artifact
29
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-artifact@v4
30
with:
31
path: ./dist
32
0 commit comments