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 | 2e230876a09ba6a100ec595da9c7a76d8d4b7e31 (patch) | |
| tree | 12642dcf041ae6a219e69aa26a169fedf296eb6c /Earthfile | |
| parent | feat(response): default css (diff) | |
| download | september-2e230876a09ba6a100ec595da9c7a76d8d4b7e31.tar.xz september-2e230876a09ba6a100ec595da9c7a76d8d4b7e31.zip | |
ci(earthly): include default css
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |