Skip to content

Commit 2c10447

Browse files
committed
Further shorten the name.
1 parent cdbb478 commit 2c10447

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy all books to Pages
1+
name: Publish all books to Pages
22

33
on:
44
# Runs on pushes targeting the default branch
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
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

@@ -49,7 +49,7 @@ jobs:
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:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy a book to Pages
1+
name: Publish a book to Pages
22

33
on:
44
workflow_call:

converter/converter.slnx

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

0 commit comments

Comments
 (0)