Skip to content

Commit b877b77

Browse files
authored
Merge pull request #252 from sikepuri-algorithm/update-cd
Update CD
2 parents 578ec75 + 711ed24 commit b877b77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Build and Deploy
32

43
on:
@@ -10,11 +9,10 @@ permissions:
109

1110
jobs:
1211
build-and-deploy:
13-
name: Build and Deploy
1412
concurrency: ci-${{ github.ref }}
1513
runs-on: ubuntu-latest
1614
steps:
17-
- name: Checkout Code
15+
- name: Checkout
1816
uses: actions/checkout@v3
1917

2018
- name: Execute Notebooks

0 commit comments

Comments
 (0)