Skip to content

Commit

Permalink
fix: fix deploy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jul 4, 2024
1 parent a9da2e8 commit ebcb9af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: '9.4.0'
# with:
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
# node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
Expand Down

0 comments on commit ebcb9af

Please sign in to comment.