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 c7b6720 commit 8ab4991Copy full SHA for 8ab4991
.github/workflows/docusaurus.yml
@@ -3,8 +3,9 @@ name: docusaurus
3
on:
4
push:
5
branches:
6
- - main # default branch name for each repo that docs should be push from
7
- - develop
+# - main # default branch name for each repo that docs should be push from
+# - develop
8
+ - v5-release
9
paths:
10
- docusaurus/**
11
jobs:
0 commit comments