File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build and deploy all books to Pages
1+ name : Publish all books to Pages
22
33on :
44 # Runs on pushes targeting the default branch
1010
1111jobs :
1212
13- make_index :
14- uses : ./.github/workflows/make_book .yml
13+ publish_index :
14+ uses : ./.github/workflows/publish_book .yml
1515 with :
1616 is_index : true
1717
4949 } >> "$GITHUB_OUTPUT"
5050
5151 start_array :
52- needs : [setup_array, make_index ]
52+ needs : [setup_array, publish_index ]
5353 runs-on : ubuntu-slim
5454 environment : deploy
5555 env :
Original file line number Diff line number Diff line change 1- name : Build and deploy a book to Pages
1+ name : Publish a book to Pages
22
33on :
44 workflow_call :
Original file line number Diff line number Diff line change 55 </Folder >
66 <Folder Name =" /Solution Items/Workflows/" >
77 <File Path =" ../.github/workflows/deploy.yml" />
8- <File Path =" ../.github/workflows/make_book .yml" />
8+ <File Path =" ../.github/workflows/publish_book .yml" />
99 </Folder >
1010 <Project Path =" generator/generator.csproj" />
1111 <Project Path =" templates/templates.csproj" />
You can’t perform that action at this time.
0 commit comments