Skip to content

Commit 8fe7a62

Browse files
committed
[hotfix] Always use main branch website to deploy documentation
The website/* in release-xx branch is not up-to-date, and may cause problems if deploying documentation using release-xx branches.
1 parent aef53f2 commit 8fe7a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:
32+
ref: main
3233
fetch-depth: 0
3334
- name: Generate versioned docs
3435
run: ./build_versioned_docs.sh

0 commit comments

Comments
 (0)