We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb7b29 commit cbdf81fCopy full SHA for cbdf81f
1 file changed
.github/workflows/release.yml
@@ -272,6 +272,9 @@ jobs:
272
- id: checkout
273
name: Checkout repository
274
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
275
+ with:
276
+ # Checkout PR branch to make sure we build the version-bumped docs
277
+ ref: ci-${{ github.run_id }}
278
- name: Build
279
run: |
280
mkdir -p dist
0 commit comments