We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d280e commit 1533d22Copy full SHA for 1533d22
.github/workflows/deploy.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
46
with:
47
- path: "notebooks/_build/html"
+ path: "./notebooks/_build/html"
48
# Deploy the book's HTML to GitHub Pages
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments