pre-push hook generator

This commit is contained in:
Abdulla Abdurakhmanov 2020-08-22 18:53:47 +03:00
parent 38959cc5d5
commit 379a985066
3 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: cd docs && mdbook build
- run: cd docs && mdbook build
- name: Copy CNAME
run: cp CNAME docs/output
- name: Deploy

View file

@ -4,4 +4,4 @@ members = [
"src/models",
"src/client",
"src/examples"
]
]

View file

@ -36,4 +36,7 @@ base64 = "0.12"
hex = "0.4"
log = "0.4"
ring = "0.16"
lazy_static = "1.4"
lazy_static = "1.4"
[dev-dependencies]
cargo-husky = { version = "1", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }