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 e80bd50 commit 6e454edCopy full SHA for 6e454ed
.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@v4
+ uses: actions/upload-pages-artifact@v3
46
with:
47
path: "genai_cookbook/_build/html"
48
# Deploy the book's HTML to GitHub Pages
0 commit comments