Skip to content

Commit cc2e8e4

Browse files
crowlKatsdonjo
andauthored
chore: update deno_doc (#433)
Closes #384 Closes #403 Closes #404 --------- Co-authored-by: John Donmoyer <[email protected]>
1 parent f766d9a commit cc2e8e4

24 files changed

+826
-760
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
uses: dsherret/rust-toolchain-file@v1
5858

5959
- uses: Swatinem/rust-cache@v2
60-
with:
61-
workspaces: |
62-
api
6360

6461
- name: Setup postgres for tests
6562
run: docker-compose up -d
@@ -128,6 +125,9 @@ jobs:
128125
- name: Set up docker buildx
129126
uses: docker/setup-buildx-action@v3
130127

128+
- name: Copy Cargo.lock
129+
run: cp Cargo.lock api/Cargo.lock
130+
131131
- name: Build and push api docker image
132132
uses: docker/build-push-action@v5
133133
id: api_push

0 commit comments

Comments
 (0)