We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db0dcb commit a73529fCopy full SHA for a73529f
1 file changed
.github/workflows/api-docs.yml
@@ -2,16 +2,13 @@ name: Build and publish v1 API docs
2
3
on:
4
push:
5
- branches: [v1_release]
+ branches: [ v1_release, v1_develop ]
6
paths:
7
- docfx/**
8
9
jobs:
10
deploy:
11
- name: Build and Deploy v1 API docs to github-pages
12
- environment:
13
- name: github-pages
14
- url: ${{ steps.deployment.outputs.page_url }}
+ name: Build and Deploy v1 API docs Terminal.GuiV1Docs Repository
15
runs-on: windows-latest
16
steps:
17
- name: Checkout
0 commit comments