mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 10:36:40 -07:00
the webdog update
This commit is contained in:
parent
00c90a12d7
commit
3c43403089
26 changed files with 29 additions and 4752 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -37,10 +37,14 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install webdog
|
||||
run: |
|
||||
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Build site
|
||||
run: |
|
||||
cargo run --no-default-features --release
|
||||
webdog build --site-path site
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue