We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b08350 commit 41aa027Copy full SHA for 41aa027
1 file changed
.github/workflows/api-docs.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [main]
6
repository_dispatch:
7
- types: [v2_develop_push]
+ types: [v1_release_push]
8
# schedule:
9
# - cron: '30 5 * * *'
10
@@ -28,7 +28,7 @@ jobs:
28
git clone https://github.com/gui-cs/Terminal.Gui.git
29
git fetch --all
30
cd Terminal.Gui
31
- git checkout v2_develop
+ git checkout v1_release
32
Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1
33
dotnet tool install -g docfx
34
cd docfx
0 commit comments