Skip to content

Commit fe444d1

Browse files
committed
change
1 parent 78f6ad8 commit fe444d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939

4040
# Build the book
4141
- name: Build the book
42-
run: jupyter-book build my_book
42+
run: jupyter-book build my_book/my_book
4343

4444
# Upload the book's HTML as an artifact
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:
48-
path: "my_book/_build/html"
48+
path: "my_book/my_book/_build/html"
4949

5050
# Deploy the book's HTML to GitHub Pages
5151
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)