Skip to content

Commit

Permalink
fix pnpm frozen-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
usuyuki committed Mar 28, 2024
1 parent acc6fed commit d236759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Publish
uses: cloudflare/wrangler-action@v3
Expand All @@ -62,7 +63,7 @@ jobs:
sed -i -e "s/ACCOUNT_ID/${{ secrets.CF_ACCOUNT_ID }}/" wrangler.toml
sed -i -e "s/KV_ID/${{ secrets.CF_KV_ID }}/" wrangler.toml
command: |
publish
deploy
# --config指定しても効かないので注意
# env: |
# NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
Expand Down

0 comments on commit d236759

Please sign in to comment.