Skip to content

Commit

Permalink
fix: Preview Env (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Aug 26, 2024
1 parent 0476d00 commit 4523071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# This workflows runs on pull_request_target, so we need to checkout the PR branch
ref: ${{ github.event.pull_request.head.ref }}

- name: Build Website
uses: ./.github/actions/build-website

0 comments on commit 4523071

Please sign in to comment.