mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
fix to use the new proper site argument
This commit is contained in:
parent
15511adfdf
commit
afb58992c9
2 changed files with 2 additions and 2 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 -- build --site-path site
|
||||
cargo run --no-default-features --release -- build --site site
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
|
|
@ -19,7 +19,7 @@ cargo install webdog --git https://github.com/zyllian/webdog
|
|||
then you can make your first webdog site!
|
||||
|
||||
```sh
|
||||
webdog create https://example.com "My First Site!" --site-path my-site
|
||||
webdog create https://example.com "My First Site!" --site my-site
|
||||
cd my-site
|
||||
webdog serve # your site is now running at http://127.0.0.1:8080 🥳
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue