Skip to content

Commit

Permalink
chore: fix preview deployments (#21)
Browse files Browse the repository at this point in the history
* fix preview deployments

* remove wrangler version
  • Loading branch information
AdrianGonz97 authored Jul 25, 2024
1 parent ecb8c96 commit 029c35e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
name: Deploy Preview to Cloudflare Pages
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
Expand All @@ -55,4 +58,3 @@ jobs:
projectName: geist
directory: ./build
deploymentName: Preview
wranglerVersion: '3.64.0'

0 comments on commit 029c35e

Please sign in to comment.