Skip to content

Commit 72d441e

Browse files
change workflow job names
1 parent d510719 commit 72d441e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_main_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- source/**
88

99
jobs:
10-
deploy-book:
10+
deploy-main-preview:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write

.github/workflows/deploy_pr_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- source/**
77
jobs:
8-
deploy-book:
8+
deploy-pr-preview:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)