We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d871dc commit b8abca6Copy full SHA for b8abca6
1 file changed
.github/workflows/deploy.yml
@@ -22,8 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
uses: withastro/action@v3
25
- # with:
26
- # path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
+ with:
+ path: ./main
27
# node-version: 20 # サイト構築に使用するNodeのバージョン。デフォルトは20です。(オプション)
28
# package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用するNodeパッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)
29
0 commit comments