Commit 69a41e7 1 parent 7724391 commit 69a41e7 Copy full SHA for 69a41e7
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
name : openapi
34
34
path : openapi/
35
35
- name : Deploy OpenAPI
36
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
36
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
37
37
with :
38
38
folder : openapi
39
39
target-folder : openapi
@@ -77,12 +77,12 @@ jobs:
77
77
path : tech-docs-build/openapi/
78
78
- name : Deploy
79
79
if : github.ref_name == 'main'
80
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
80
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
81
81
with :
82
82
folder : tech-docs-build
83
83
- name : Deploy branch
84
84
if : github.ref_name != 'main'
85
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
85
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
86
86
with :
87
87
folder : tech-docs-build
88
88
target-folder : drafts/${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments