File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
if : github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push'
13
13
steps :
14
+ - name : Checkout repository
15
+ uses : actions/checkout@v4
16
+
14
17
- name : Attach run to the commit
15
18
uses : ./.github/actions/set-commit-status
16
19
with :
17
20
sha : ${{ github.event.workflow_run.head_sha }}
18
21
19
- - name : Checkout repository
20
- uses : actions/checkout@v4
21
-
22
22
- name : Download pages
23
23
uses : actions/download-artifact@v4
24
24
with :
@@ -49,26 +49,24 @@ jobs:
49
49
projectId : cp-algorithms
50
50
channelId : live
51
51
52
-
53
52
- name : Set final commit status
54
53
uses : ./.github/actions/set-commit-status
55
54
if : always()
56
55
with :
57
56
sha : ${{ github.event.workflow_run.head_sha }}
58
-
59
-
57
+
60
58
deploy_github_pages :
61
59
runs-on : ubuntu-latest
62
60
if : github.event.workflow_run.conclusion == 'success'
63
61
steps :
62
+ - name : Checkout repository
63
+ uses : actions/checkout@v4
64
+
64
65
- name : Attach run to the commit
65
66
uses : ./.github/actions/set-commit-status
66
67
with :
67
68
sha : ${{ github.event.workflow_run.head_sha }}
68
69
69
- - name : Checkout repository
70
- uses : actions/checkout@v4
71
-
72
70
- name : Download pages
73
71
uses : actions/download-artifact@v4
74
72
with :
You can’t perform that action at this time.
0 commit comments