Skip to content

Commit b8abca6

Browse files
committed
Fix yml
1 parent 4d871dc commit b8abca6

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,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v3
25-
# with:
26-
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
25+
with:
26+
path: ./main
2727
# node-version: 20 # サイト構築に使用するNodeのバージョン。デフォルトは20です。(オプション)
2828
# package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用するNodeパッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)
2929

0 commit comments

Comments
 (0)