Skip to content

Commit ee2b7dd

Browse files
committed
adjust workflow
1 parent 3fedfe1 commit ee2b7dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v3
8484
with:
85-
path: ./book
85+
path: ./doc/book
8686

8787
# Deployment job
8888
deploy:

doc/src/SUMMARY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Summary
22

33
- [Introduction and Overview](./introduction.md)
4-
- [Models](./chapter_1.md)
4+
- [Models](./models.md)
5+
- [Basics](./basics.md)
6+
- [Metrics](./metrics.md)
7+
58
- [Hardware and Cloud Providers](./chapter_1.md)
69
- [Inference Servers](./chapter_1.md)
710
- [Other Software](./chapter_1.md)

0 commit comments

Comments
 (0)