Skip to content

Commit bab4901

Browse files
committed
Steps
1 parent 36ce503 commit bab4901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323
jobs:
2424
build:
2525
runs-on: [ubuntu-latest]
26+
steps:
2627
- uses: actions/checkout@v2
2728
- uses: actions/setup-node@v2
2829
with:
@@ -32,7 +33,6 @@ jobs:
3233
- name: Generate bundled files
3334
run: npm run build
3435

35-
3636
deploy:
3737
# The type of runner that the job will run on
3838
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)