Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 833d230

Browse files
authored
🎉 enable tabs (#208)
* Update enable tabs * Update mdbook.yml
1 parent 82ed36c commit 833d230

File tree

4 files changed

+5439
-2051
lines changed

4 files changed

+5439
-2051
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ jobs:
4747
- name: Rename book to public_html
4848
run: mv book public_html
4949

50-
- name: scp upload to production site
51-
run: |
52-
sshpass -p ${{ secrets.PROD_PASS }} scp -o 'StrictHostKeyChecking no' -r public_html/ ${{ secrets.PROD_USER }}@${{ secrets.PROD_IP }}:~/
50+

book.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ after = ["links"]
1313

1414
[output.html]
1515
git-repository-url = "https://github.com/starknet-edu/starknetbook"
16+
17+
[output.html.fold]
18+
enable = true
19+
level = 0

0 commit comments

Comments
 (0)