Skip to content

Commit dd53c25

Browse files
committed
ci: アーティファクトのパスを修正
1 parent f7c00a3 commit dd53c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: build-artifacts
30-
path: dist
30+
path: website/dist
3131
- name: Deploy
3232
if: github.ref == 'refs/heads/main'
3333
uses: JamesIves/github-pages-deploy-action@v4
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/download-artifact@v4
5858
with:
5959
name: build-artifacts
60-
path: dist
60+
path: website/dist
6161
- uses: jdx/mise-action@v2
6262
- name: Install dependencies
6363
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)