Skip to content

Commit 9c37705

Browse files
author
Noah Lee
authored
Remove cache
1 parent 7bac623 commit 9c37705

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v2
2323
with:
2424
node-version: 14.17.6
25-
cache: npm
2625

2726
- name: Build website
2827
run: |
@@ -53,4 +52,4 @@ jobs:
5352
deployment_id: ${{ github.event.deployment.id }}
5453
description: Failed to deploy.
5554
state: "failure"
56-
token: "${{ github.token }}"
55+
token: "${{ github.token }}"

0 commit comments

Comments
 (0)