Skip to content

Commit 93fc03e

Browse files
committed
Revert removal of checkout
Some workflows rely on this checkout See commit 841c1e6
1 parent 523894b commit 93fc03e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dispatch-deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
if: ${{ inputs.should-deploy-docs == 'true' }}
2626
runs-on: ubuntu-latest
2727
steps:
28+
- uses: actions/checkout@v4
29+
with:
30+
ref: ${{ inputs.branch-name }}
31+
fetch-depth: 1
2832
- name: Dispatch (partial build)
2933
if: ${{ inputs.build-type == 'partial' }}
3034
env:

0 commit comments

Comments
 (0)