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

Commit

Permalink
🎉 enable tabs (#208)
Browse files Browse the repository at this point in the history
* Update enable tabs

* Update mdbook.yml
  • Loading branch information
Nadai2010 authored Oct 12, 2023
1 parent 82ed36c commit 833d230
Show file tree
Hide file tree
Showing 4 changed files with 5,439 additions and 2,051 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:
- name: Rename book to public_html
run: mv book public_html

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

4 changes: 4 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ after = ["links"]

[output.html]
git-repository-url = "https://github.com/starknet-edu/starknetbook"

[output.html.fold]
enable = true
level = 0
Loading

0 comments on commit 833d230

Please sign in to comment.