Skip to content

Commit 37cc71b

Browse files
authored
Merge pull request #253 from sikepuri-algorithm/update-preview-ci
Update preview CI
2 parents b877b77 + 619d791 commit 37cc71b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/preview.yml

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

43
on:
@@ -13,10 +12,9 @@ concurrency: preview-${{ github.ref }}
1312

1413
jobs:
1514
deploy-preview:
16-
name: Deploy PR Previews
1715
runs-on: ubuntu-latest
1816
steps:
19-
- name: Checkout Code
17+
- name: Checkout
2018
uses: actions/checkout@v3
2119

2220
- name: Execute Notebooks

0 commit comments

Comments
 (0)