Simple HTML Generation https://minihtml.trendels.name/

Merge pull request #4 from trendels/github-actions

ci: install just using uv

authored by

Stanis Trendelenburg and committed by
GitHub
2c8cf5eb 77c9702a

+1 -4
+1 -4
.github/workflows/build.yml
··· 24 24 cache-dependency-glob: "uv.lock" 25 25 26 26 - name: Install just 27 - run: | 28 - sudo rm -f /var/lib/man-db/auto-update # disable man-db update 29 - sudo apt-get update 30 - sudo apt-get install -y just 27 + run: uv tool install rust-just 31 28 32 29 - name: Install the project 33 30 run: uv sync --dev