diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1d3822c..61e1b88 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,11 +25,15 @@ jobs: steps: - name: Checkout website repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: xataio/frontend-next sparse-checkout: | + package.json + pnpm-lock.yaml apps/website + configs + packages ref: ${{ inputs.branch || 'main' }} token: ${{ secrets.GIT_TOKEN }}