Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: don't build in tests

-3
-3
.github/workflows/ci.yaml
··· 57 57 - name: Setup Rust 58 58 uses: moonrepo/setup-rust@v1 59 59 60 - - name: Build 61 - run: cargo build 62 - 63 60 - name: Test 64 61 run: cargo test