fixed formatting

This commit is contained in:
Kim, Jimin 2021-11-16 11:23:16 +09:00
parent 5ef5279b3b
commit b9f7ff77ea

View file

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- master - master
jobs: jobs:
build: build:
name: Build name: Build
@ -23,6 +24,7 @@ jobs:
with: with:
name: build name: build
path: source/build path: source/build
deploy: deploy:
name: Deploy name: Deploy
needs: build needs: build