diff options
| author | Fuwn <[email protected]> | 2024-03-17 14:21:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 14:21:53 +0000 |
| commit | 5a969a4fb9f681aaf2fad86e454ba7d50842c5e2 (patch) | |
| tree | 12642dcf041ae6a219e69aa26a169fedf296eb6c | |
| parent | feat(response): default css (diff) | |
| download | september-5a969a4fb9f681aaf2fad86e454ba7d50842c5e2.tar.xz september-5a969a4fb9f681aaf2fad86e454ba7d50842c5e2.zip | |
ci(earthly): include default css
| -rw-r--r-- | .earthlyignore | 1 | ||||
| -rw-r--r-- | Earthfile | 1 |
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 @@ -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 \ |