Skip to content

Commit

Permalink
fix: stop caching deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Dec 8, 2024
1 parent 68f4dd2 commit 7336bca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
with:
deno-version: v2.1

- name: Cache Deno dependencies
uses: actions/cache@v4
with:
path: ${{ env.DENO_DIR }}
key: ${{ hashFiles('deno.lock') }}

- name: Build svelte for GH
run: deno task build --base=mononykus

Expand Down

0 comments on commit 7336bca

Please sign in to comment.