Actions - fix zola
This commit is contained in:
parent
b1c6247ad1
commit
84daac1d40
@ -13,15 +13,10 @@ jobs:
|
|||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Rust
|
- name: Set up Zola
|
||||||
uses: actions-rs/toolchain@v1
|
uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
tool: zola@0.17.2
|
||||||
toolchain: stable
|
|
||||||
|
|
||||||
- name: Install Zola
|
|
||||||
run: |
|
|
||||||
cargo install zola
|
|
||||||
|
|
||||||
- name: Build Zola Website
|
- name: Build Zola Website
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user