Skip to content

Commit 251c8b4

Browse files
committed
test 6
1 parent 71d1401 commit 251c8b4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: '18'
24-
25-
- name: Cache dependencies
26-
uses: actions/cache@v3
27-
with:
28-
path: ~/.npm
29-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30-
restore-keys: |
31-
${{ runner.os }}-node-
3224

3325
- name: Install dependencies
3426
run: npm ci
@@ -40,4 +32,4 @@ jobs:
4032
uses: peaceiris/actions-gh-pages@v4
4133
with:
4234
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
publish_dir: ./out
35+
publish_dir: ./public

0 commit comments

Comments
 (0)