Skip to content

Commit 5fec052

Browse files
committed
setting path
1 parent d525fc3 commit 5fec052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v2
5454
with:
55-
path: "_build/html"
55+
path: "docs/_build/html"
5656

5757
# Deploy the book's HTML to GitHub Pages
5858
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)