소스 검색

Forcing doc publish 4

Tig 3 달 전
부모
커밋
a73529f1c7
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      .github/workflows/api-docs.yml

+ 2 - 5
.github/workflows/api-docs.yml

@@ -2,16 +2,13 @@ name: Build and publish v1 API docs
 
 on:
   push:
-    branches: [v1_release]
+    branches: [ v1_release, v1_develop ]
     paths: 
       - docfx/**
 
 jobs:
   deploy:
-    name: Build and Deploy v1 API docs to github-pages
-    environment:
-      name: github-pages
-      url: ${{ steps.deployment.outputs.page_url }}
+    name: Build and Deploy v1 API docs Terminal.GuiV1Docs Repository
     runs-on: windows-latest
     steps:
     - name: Checkout