Skip to content

Commit e035330

Browse files
author
Valentin Deyringer
committed
refactor(workflows): adjust names of jobs
1 parent 5da0693 commit e035330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-author-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
generate-docs:
7+
generate-author-guide:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout code

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: write
88

99
jobs:
10-
generate-docs:
10+
publish-gh-page:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout code

0 commit comments

Comments
 (0)