Skip to content

Commit 533281e

Browse files
change the job name to deploy
1 parent bf486b1 commit 533281e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717

1818
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1919
jobs:
20-
# This workflow contains a single job called "build"
21-
build:
20+
# This workflow contains a single job called "deploy"
21+
deploy:
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
2424

0 commit comments

Comments
 (0)