Skip to content

Commit 65ffa81

Browse files
committed
Fix doc path.
1 parent 680458d commit 65ffa81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Deploy to cesium.com
3636
if: ${{ github.ref_name == 'cesium.com' }}
3737
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
3939
- name: Deploy to cesium.com staging
4040
if: ${{ github.ref_name == 'cesium.com-staging' }}
4141
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

0 commit comments

Comments
 (0)