Skip to content

Commit 185ae51

Browse files
authored
Update key bindings (#141)
* Update key bindings * Update lockfile
1 parent 07c9688 commit 185ae51

File tree

4 files changed

+710
-792
lines changed

4 files changed

+710
-792
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131

3232
- name: Build site
3333
run: |
34-
deno cache --reload
3534
deno task build
3635
env:
3736
GITHUB_TOKEN: ${{ secrets.TOKEN }}

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929
- name: Build site
3030
run: |
31-
deno cache --reload
3231
deno task build
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)