mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 16:28:25 +00:00
pre-push hook generator
This commit is contained in:
parent
38959cc5d5
commit
379a985066
3 changed files with 6 additions and 3 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ members = [
|
|||
"src/models",
|
||||
"src/client",
|
||||
"src/examples"
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue