File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212
1313 publish_index :
14- uses : ./.github/workflows/publish_book.yml
15- with :
16- is_index : true
14+ uses : ./.github/workflows/publish_index.yml
1715
1816 setup_array :
1917 runs-on : ubuntu-slim
Original file line number Diff line number Diff line change 1+ name : Publish only index to Pages
2+
3+ on :
4+ workflow_call :
5+ workflow_dispatch :
6+
7+ jobs :
8+
9+ run :
10+ uses : ./.github/workflows/publish_book.yml
11+ with :
12+ is_index : true
Original file line number Diff line number Diff line change 88 <File Path =" ../.github/workflows/deploy.yml" />
99 <File Path =" ../.github/workflows/optimize.yml" />
1010 <File Path =" ../.github/workflows/publish_book.yml" />
11+ <File Path =" ../.github/workflows/publish_index.yml" />
1112 </Folder >
1213 <Project Path =" generator/generator.csproj" />
1314 <Project Path =" templates/templates.csproj" />
You can’t perform that action at this time.
0 commit comments