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:
arnaucube 2025-01-31 17:21:18 +01:00 committed by GitHub
parent ef3dd308e8
commit 62a140569e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 additions and 3 deletions

View file

@ -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: