Commit 60b81aa 1 parent 0a62b91 commit 60b81aa Copy full SHA for 60b81aa
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@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
36
+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
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@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
80
+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
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@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
85
+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
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