Skip to content

Commit 806e13f

Browse files
committed
checkout code for deploy on CI GH action
1 parent 89c025e commit 806e13f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/kool-deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
KOOL_DEPLOY_DOMAIN: ci.kool.dev
1212

1313
steps:
14-
- uses: kool-dev/action@v1
14+
- name: Install Kool
15+
uses: kool-dev/action@v1
1516

16-
- name: Kool Deploy
17-
run: kool deploy
17+
- name: Checkout code
18+
uses: actions/checkout@master
19+
20+
- name: Kool Deploy
21+
run: kool deploy

0 commit comments

Comments
 (0)