File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 name : Build Test
99 runs-on : ubuntu-latest
1010 steps :
11- - name : Checkout
11+ - name : Checkout Code
1212 uses : actions/checkout@v3
1313
1414 - name : Build
Original file line number Diff line number Diff line change 1414 name : Build and Deploy
1515 runs-on : ubuntu-latest
1616 steps :
17- - name : Checkout
17+ - name : Checkout Code
1818 uses : actions/checkout@v3
1919 with :
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 88 name : Check Changes
99 runs-on : ubuntu-latest
1010 steps :
11- - name : Checkout
11+ - name : Checkout Code
1212 uses : actions/checkout@v3
1313
1414 - name : Check Changes
Original file line number Diff line number Diff line change 88 name : Notebook Execution Test
99 runs-on : ubuntu-latest
1010 steps :
11- - name : Checkout
11+ - name : Checkout Code
1212 uses : actions/checkout@v3
1313
1414 - name : Execute Notebooks
Original file line number Diff line number Diff line change 1919 name : Deploy PR Previews
2020 runs-on : ubuntu-latest
2121 steps :
22- - name : Checkout
22+ - name : Checkout Code
2323 uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments