add initial spec of the merkletree (#10)
* add initial spec of the merkletree * update gh workflow to work with the new book path * rephrase non-inclusion section
This commit is contained in:
parent
ef3dd308e8
commit
62a140569e
6 changed files with 57 additions and 3 deletions
6
.github/workflows/mdbook.yml
vendored
6
.github/workflows/mdbook.yml
vendored
|
|
@ -36,11 +36,13 @@ jobs:
|
|||
id: pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Build with mdBook
|
||||
run: mdbook build
|
||||
run: |
|
||||
cd book
|
||||
mdbook build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: ./book
|
||||
path: ./book/book
|
||||
|
||||
deploy:
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue