File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
- name : Deploy to cesium.com
36
36
if : ${{ github.ref_name == 'cesium.com' }}
37
37
run : |
38
- aws s3 sync build/doc /html/ s3://cesium-website/cesium-unreal/ref-doc/ --cache-control "public, max-age=1800" --delete
38
+ aws s3 sync Documentation/Reference /html/ s3://cesium-website/cesium-unreal/ref-doc/ --cache-control "public, max-age=1800" --delete
39
39
- name : Deploy to cesium.com staging
40
40
if : ${{ github.ref_name == 'cesium.com-staging' }}
41
41
run : |
42
- aws s3 sync build/doc /html/ s3://cesium-website/cesium-unreal/ref-doc-staging/ --cache-control "public, max-age=1800" --delete
42
+ aws s3 sync Documentation/Reference /html/ s3://cesium-website/cesium-unreal/ref-doc-staging/ --cache-control "public, max-age=1800" --delete
You can’t perform that action at this time.
0 commit comments