We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c6ac7 commit 43bd322Copy full SHA for 43bd322
.github/workflows/docs-preview-create.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: pnpm install --frozen-lockfile
23
24
- name: Checkout
25
- run: git switch -c ${{ env.BRANCH }} || git switch ${{ env.BRANCH }}
+ run: git fetch origin ${{ env.BRANCH }} && git checkout ${{ env.BRANCH }} || git checkout -b ${{ env.BRANCH }}
26
27
- name: Sync
28
run: cd apps/svelte.dev && pnpm sync-docs --owner="${{ github.event.client_payload.owner }}" -p "${{ github.event.client_payload.package }}#${{ github.event.client_payload.branch }}"
0 commit comments