Skip to content

Commit d215292

Browse files
committed
remove job names from action
1 parent 6f5b44d commit d215292

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ defaults:
1010
shell: bash
1111
jobs:
1212
build:
13-
name: Build
1413
runs-on: ubuntu-latest
1514
permissions:
1615
contents: read
@@ -38,7 +37,6 @@ jobs:
3837
with:
3938
path: build/
4039
deploy:
41-
name: Deploy
4240
runs-on: ubuntu-latest
4341
permissions:
4442
pages: write

0 commit comments

Comments
 (0)