Skip to content

Commit a73529f

Browse files
committed
Forcing doc publish 4
1 parent 1db0dcb commit a73529f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/api-docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ name: Build and publish v1 API docs
22

33
on:
44
push:
5-
branches: [v1_release]
5+
branches: [ v1_release, v1_develop ]
66
paths:
77
- docfx/**
88

99
jobs:
1010
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 }}
11+
name: Build and Deploy v1 API docs Terminal.GuiV1Docs Repository
1512
runs-on: windows-latest
1613
steps:
1714
- name: Checkout

0 commit comments

Comments
 (0)