mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 10:06:42 -07:00
forgot to update the workflow :(
This commit is contained in:
parent
bb8c8a725f
commit
d7a83b806d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -39,12 +39,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install webdog
|
- name: Install webdog
|
||||||
run: |
|
run: |
|
||||||
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features
|
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features --force
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: |
|
run: |
|
||||||
webdog build --site-path site
|
webdog build --site site
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue