trimming github workflows

This commit is contained in:
Andy Pack 2024-01-28 19:40:37 +00:00
parent 81a99d56ba
commit 969eb45c72
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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