Skip to content

Commit 7185172

Browse files
committed
GH Actions: ensure all jobs have a name
1 parent c6b7dee commit 7185172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
build:
2626
# Don't run on forks.
2727
if: github.event.repository.fork == false
28+
29+
name: "Build the website"
2830
runs-on: ubuntu-latest
2931
steps:
3032
# By default use the `gh-pages` branch.

0 commit comments

Comments
 (0)