File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ inputs:
1212runs :
1313 using : " composite"
1414 steps :
15- - name : Checkout repository
16- uses : actions/checkout@v4
17-
1815 - name : Download all UI artifacts
1916 uses : actions/download-artifact@v4
2017 with :
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ inputs:
2121runs :
2222 using : " composite"
2323 steps :
24- - name : Checkout repository
25- uses : actions/checkout@v4
26-
2724 - name : Create output folder if not present
2825 shell : bash
2926 run : mkdir -p "${{ inputs.output }}"
Original file line number Diff line number Diff line change 2121 matrix : ${{ steps.build_matrix.outputs.matrix }}
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525 - name : Build matrix from API docs
2626 id : build_matrix
2727 uses : ./.github/actions/find-openapi-spec
3737 matrix :
3838 include : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
3939 steps :
40+ - name : Checkout repository
41+ uses : actions/checkout@v4
4042 - name : Generate Swagger UI using composite action
4143 uses : ./.github/actions/generate-swagger-ui
4244 with :
5052 runs-on : ubuntu-latest
5153 needs : generate-swagger-ui
5254 steps :
55+ - name : Checkout repository
56+ uses : actions/checkout@v4
5357 - name : Deploy the site via composite action
5458 uses : ./.github/actions/deploy-gh-pages
5559 with :
You can’t perform that action at this time.
0 commit comments