We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent ad5b214 commit 123d0f7Copy full SHA for 123d0f7
2 files changed
.github/workflows/mdbook.yml
@@ -3,7 +3,8 @@ name: Deploy mdBook site to Pages
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: [$default-branch]
+ branches:
7
+ - main
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -53,4 +54,4 @@ jobs:
53
54
steps:
55
- name: Deploy to GitHub Pages
56
id: deployment
- uses: actions/deploy-pages@v4
57
+ uses: actions/deploy-pages@v4
README.md
@@ -2,6 +2,10 @@
2
Compilation of the coding best practices for Polkadot SDK, presented as a mdbook.
+## Live site
+
+🔗 https://libro.blockdeep.dev
## Installation
11
```shell
0 commit comments