Skip to content

Commit

Permalink
revert to v3 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Qiu <[email protected]>
  • Loading branch information
bbqiu authored Mar 7, 2025
1 parent e80bd50 commit 6e454ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
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
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: "genai_cookbook/_build/html"
# Deploy the book's HTML to GitHub Pages
Expand Down

0 comments on commit 6e454ed

Please sign in to comment.