aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-17 14:21:53 +0000
committerFuwn <[email protected]>2024-03-17 14:21:53 +0000
commit2e230876a09ba6a100ec595da9c7a76d8d4b7e31 (patch)
tree12642dcf041ae6a219e69aa26a169fedf296eb6c /Earthfile
parentfeat(response): default css (diff)
downloadseptember-2e230876a09ba6a100ec595da9c7a76d8d4b7e31.tar.xz
september-2e230876a09ba6a100ec595da9c7a76d8d4b7e31.zip
ci(earthly): include default css
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 8d47ef0..45689e8 100644
--- a/Earthfile
+++ b/Earthfile
@@ -50,6 +50,7 @@ build:
COPY src src
COPY build.rs build.rs
COPY Cargo.* .
+ COPY default.css .
RUN --mount=type=cache,target=/source/september/target \
--mount=type=cache,target=/root/.cargo/registry \