trimming github workflows
This commit is contained in:
parent
81a99d56ba
commit
969eb45c72
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -15,14 +15,13 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: sudo apt install hugo
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Cargo Build
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Loading…
Reference in New Issue
Block a user