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 af1bcf1 commit e80bd50Copy full SHA for e80bd50
.github/workflows/static.yml
@@ -42,7 +42,7 @@ jobs:
42
cp ./genai_cookbook/10-min-demo/mosaic-ai-agents-demo-dbx-notebook.html ./genai_cookbook/_build/html/10-min-demo/mosaic-ai-agents-demo-dbx-notebook.html
43
# Upload the book's HTML as an artifact
44
- name: Upload artifact
45
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v4
46
with:
47
path: "genai_cookbook/_build/html"
48
# Deploy the book's HTML to GitHub Pages
0 commit comments