mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
feat: add lz CLI and use cargo workspace
This commit is contained in:
parent
3feb126908
commit
47ee3c8e23
14 changed files with 525 additions and 55 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/ladderz" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
|
|||
5
.github/workflows/deploy-docs.yml
vendored
5
.github/workflows/deploy-docs.yml
vendored
|
|
@ -18,8 +18,7 @@ jobs:
|
|||
|
||||
- name: Build Documentation
|
||||
run: |
|
||||
cd ladderz
|
||||
cargo doc
|
||||
cargo doc --no-deps
|
||||
echo '<meta http-equiv="refresh" content="0; url=https://rzmk.github.io/ladderz/ladderz/index.html" />' > ./target/doc/index.html
|
||||
cd ..
|
||||
|
||||
|
|
@ -27,4 +26,4 @@ jobs:
|
|||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./ladderz/target/doc
|
||||
publish_dir: ./target/doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue