Skip to content

Commit 8d240e0

Browse files
committed
Add workflow allowing publish the index only.
1 parent c648555 commit 8d240e0

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ on:
1111
jobs:
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
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

converter/converter.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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" />

0 commit comments

Comments
 (0)