we don't have to commit styles.css, actually
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 8s

This commit is contained in:
2026-04-08 00:45:13 +02:00
parent 6613ccb239
commit 47625c6cd6
5 changed files with 14 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ RUN --mount=type=bind,source=src,target=src \
--mount=type=bind,source=web,target=web \
--mount=type=bind,source=assets,target=assets \
--mount=type=bind,source=askama.toml,target=askama.toml \
--mount=type=bind,source=build.rs,target=build.rs \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/ \