Skip to content

Commit 382ff01

Browse files
committed
Update deploy.yml
Update deploy.yml
1 parent 6213605 commit 382ff01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
25-
cache: yarn
25+
# cache: yarn
2626

2727
- name: Install dependencies
2828
run: yarn install --frozen-lockfile
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload Build Artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: build
35+
path: website/build
3636

3737
deploy:
3838
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)