Skip to content

Commit 05ab806

Browse files
committed
include the book in the packaged release, cleanup old docs
1 parent 20e4448 commit 05ab806

File tree

9 files changed

+317
-387
lines changed

9 files changed

+317
-387
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ jobs:
4444

4545
build_pages:
4646
runs-on: ubuntu-latest
47+
needs: build
4748
steps:
4849
- name: Checkout
4950
uses: actions/checkout@v4
5051
- name: Setup Pages
5152
uses: actions/configure-pages@v5
5253
- name: Build With mdbook
53-
run: cd book && make deps && mdbook build
54+
run: cd book && make
5455
- name: Upload artifact
5556
id: deployment
5657
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)