Commit 85889f5 1 parent ccdb909 commit 85889f5 Copy full SHA for 85889f5
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 32
32
name : openapi
33
33
path : openapi/
34
34
- name : Deploy OpenAPI
35
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
35
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
36
36
with :
37
37
folder : openapi
38
38
target-folder : openapi
@@ -74,12 +74,12 @@ jobs:
74
74
path : tech-docs-build/openapi/
75
75
- name : Deploy
76
76
if : github.ref_name == 'main'
77
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
77
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
78
78
with :
79
79
folder : tech-docs-build
80
80
- name : Deploy branch
81
81
if : github.ref_name != 'main'
82
- uses : JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
82
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
83
83
with :
84
84
folder : tech-docs-build
85
85
target-folder : drafts/${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments