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
commit652b1f92a03af6825ece5a6ac7b822b1b0444811 (patch)
treea1911f008ab626fa91763a551a5ad0a35dc756e8
parentfeat(response): default css (diff)
downloadseptember-652b1f92a03af6825ece5a6ac7b822b1b0444811.tar.xz
september-652b1f92a03af6825ece5a6ac7b822b1b0444811.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 \