File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
41
41
path : docfx/_site
42
42
43
43
- name : Deploy to GitHub Pages
44
- if : github.ref_name == 'v1_release ' || github.ref_name == 'v1_develop '
44
+ if : github.ref_name == 'v2_release ' || github.ref_name == 'v2_develop '
45
45
id : deployment
46
46
uses : actions/deploy-pages@v4
47
47
with :
48
48
token : ${{ secrets.GITHUB_TOKEN }}
49
49
50
- - name : v2_develop Repository Dispatch ${{ github.ref_name }}
50
+ - name : v1_release Repository Dispatch ${{ github.ref_name }}
51
51
if : github.ref_name == 'v2_develop'
52
52
uses : peter-evans/repository-dispatch@v3
53
53
with :
54
54
token : ${{ secrets.V2DOCS_TOKEN }}
55
- repository : gui-cs/Terminal.GuiV2Docs
55
+ repository : gui-cs/Terminal.GuiV1Docs
56
56
event-type : v2_develop_push
57
57
client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
You can’t perform that action at this time.
0 commit comments