-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into transaction-ordering
- Loading branch information
Showing
52 changed files
with
685 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,23 +36,15 @@ jobs: | |
run: cargo +nightly install mdbook mdbook-katex mdbook-mermaid mdbook-linkcheck | ||
|
||
- name: Build software guide | ||
run: cd docs/guide && mdbook build | ||
|
||
- name: Move software guide to subdirectory | ||
run: | | ||
cd docs/guide | ||
rm -rf firebase-tmp | ||
mkdir firebase-tmp | ||
mv book/html firebase-tmp/${{ github.event.inputs.image_tag || github.ref_name }} | ||
tree firebase-tmp | ||
working-directory: docs/guide | ||
run: mdbook build | ||
|
||
- name: Deploy software guide to firebase | ||
uses: w9jds/[email protected] | ||
with: | ||
args: deploy | ||
env: | ||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} | ||
PROJECT_ID: penumbra-guide | ||
PROJECT_PATH: docs/guide | ||
|
||
- name: Build protocol spec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.