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 49936ea commit c9ba19cCopy full SHA for c9ba19c
.github/workflows/docs-preview-create.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: pnpm install --frozen-lockfile
20
21
- name: Checkout
22
- run: git checkout -B refs/heads/sync/${{ github.event.client_payload.package }}/${{ github.event.client_payload.owner }}/${{ github.event.client_payload.branch }}
+ run: git checkout -B sync/${{ github.event.client_payload.package }}/${{ github.event.client_payload.owner }}/${{ github.event.client_payload.branch }}
23
24
- name: Sync
25
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