Skip to content

Commit 41aa027

Browse files
authored
Update api-docs.yml
1 parent 6b08350 commit 41aa027

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
repository_dispatch:
7-
types: [v2_develop_push]
7+
types: [v1_release_push]
88
# schedule:
99
# - cron: '30 5 * * *'
1010

@@ -28,7 +28,7 @@ jobs:
2828
git clone https://github.com/gui-cs/Terminal.Gui.git
2929
git fetch --all
3030
cd Terminal.Gui
31-
git checkout v2_develop
31+
git checkout v1_release
3232
Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1
3333
dotnet tool install -g docfx
3434
cd docfx

0 commit comments

Comments
 (0)