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 | 652b1f92a03af6825ece5a6ac7b822b1b0444811 (patch) | |
| tree | a1911f008ab626fa91763a551a5ad0a35dc756e8 | |
| parent | feat(response): default css (diff) | |
| download | september-652b1f92a03af6825ece5a6ac7b822b1b0444811.tar.xz september-652b1f92a03af6825ece5a6ac7b822b1b0444811.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 \ |