Skip to content

Commit

Permalink
Merge pull request #64 from usuyuki/fix/cloudflare-wra
Browse files Browse the repository at this point in the history
fix pnpmの導入を公式通りにする
  • Loading branch information
usuyuki authored Mar 28, 2024
2 parents b1e06ca + 37c017c commit 75f250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
workingDirectory: .
packageManager: pnpm
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
preCommands: |
npm install -g pnpm
pnpm install
touch .env
echo "NOTION_API_KEY=${{ secrets.NOTION_API_KEY }}" >> .env
Expand Down

0 comments on commit 75f250d

Please sign in to comment.