Skip to content

Commit e0e87a2

Browse files
committed
Migrating api docs 4
1 parent 8c7c266 commit e0e87a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: docfx/_site
4141

4242
- name: Deploy to GitHub Pages
43-
if: github.ref_name github.ref_name == 'v2_develop' || github.ref_name == 'v2_release'
43+
if: github.ref_name == 'v2_release' || github.ref_name == 'v2_develop'
4444
id: deployment
4545
uses: actions/deploy-pages@v4
4646
with:

0 commit comments

Comments
 (0)