aboutsummaryrefslogtreecommitdiff
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
commit5a969a4fb9f681aaf2fad86e454ba7d50842c5e2 (patch)
tree12642dcf041ae6a219e69aa26a169fedf296eb6c
parentfeat(response): default css (diff)
downloadseptember-5a969a4fb9f681aaf2fad86e454ba7d50842c5e2.tar.xz
september-5a969a4fb9f681aaf2fad86e454ba7d50842c5e2.zip
ci(earthly): include default css
-rw-r--r--.earthlyignore1
-rw-r--r--Earthfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.earthlyignore b/.earthlyignore
index 2dc9aba..0957c09 100644
--- a/.earthlyignore
+++ b/.earthlyignore
@@ -4,4 +4,5 @@
!src/
!build.rs
!Cargo.*
+!default.css
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 \