Skip to content

Commit

Permalink
Merge pull request #24 from opensource-observer/fix/deploy
Browse files Browse the repository at this point in the history
fix: try to install wrangler explicitly with pnpm
  • Loading branch information
ryscheng authored Oct 17, 2024
2 parents 40e0821 + c7929e9 commit 849c475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docusaurus-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Build
run: pnpm build:docs

- name: Install wrangler
run: pnpm add -g wrangler

- name: Publish
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 849c475

Please sign in to comment.