File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : windows-latest
18
18
steps :
19
19
- name : Checkout
20
- # if: github.ref_name == 'v1_release' || github.ref_name == 'v1_develop'
21
20
uses : actions/checkout@v4
22
21
23
22
- name : DocFX Build
@@ -41,17 +40,17 @@ jobs:
41
40
path : docfx/_site
42
41
43
42
- name : Deploy to GitHub Pages
44
- if : github.ref_name == 'v2_release ' || github.ref_name == 'v2_develop '
43
+ if : github.ref_name github.ref_name == 'v2_develop ' || github.ref_name == 'v2_release '
45
44
id : deployment
46
45
uses : actions/deploy-pages@v4
47
46
with :
48
47
token : ${{ secrets.GITHUB_TOKEN }}
49
48
50
- - name : v1_release Repository Dispatch ${{ github.ref_name }}
51
- if : github.ref_name == 'v2_develop'
52
- uses : peter-evans/repository-dispatch@v3
53
- with :
54
- token : ${{ secrets.V2DOCS_TOKEN }}
55
- repository : gui-cs/Terminal.GuiV1Docs
56
- event-type : v2_develop_push
57
- client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
49
+ # - name: v1_release Repository Dispatch ${{ github.ref_name }}
50
+ # if: github.ref_name == 'v2_develop'
51
+ # uses: peter-evans/repository-dispatch@v3
52
+ # with:
53
+ # token: ${{ secrets.V2DOCS_TOKEN }}
54
+ # repository: gui-cs/Terminal.GuiV1Docs
55
+ # event-type: v2_develop_push
56
+ # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ branches:
33
33
main :
34
34
# Matches the v2_release branch
35
35
regex : ^v2_release$
36
- # Uses 'prealpha ' as pre-release label before official release
37
- label : prealpha
36
+ # Uses 'alpha ' as pre-release label before `beta`
37
+ label : alpha
38
38
# Increments patch version (x.y.z+1) on commits
39
39
increment : Patch
40
40
# Specifies v2_develop as the source branch
You can’t perform that action at this time.
0 commit comments