Skip to content

Commit 8054fa0

Browse files
committed
ci: GitHub Pagesのデプロイ対象のパスを更新
1 parent ccffc0c commit 8054fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.ref == 'refs/heads/main'
3333
uses: JamesIves/github-pages-deploy-action@v4
3434
with:
35-
folder: dist # The folder the action should deploy.
35+
folder: website/dist # The folder the action should deploy.
3636

3737
textlint-md:
3838
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)