mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
introduce webdog cli tool
This commit is contained in:
parent
8b7620b0bd
commit
399a0c1b87
26 changed files with 528 additions and 108 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
# Runs a single command using the runners shell
|
||||
- name: Build site
|
||||
run: |
|
||||
cargo run --no-default-features --release
|
||||
cargo run --no-default-features --release -- build --site-path site
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue