Skip to content

Commit

Permalink
Rename entrypoint to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinFeng committed Jun 25, 2023
1 parent 76fb439 commit 32129bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_smart_layer_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
net.infotexture.dita-bootstrap
fox.jason.favicon
project: config/smartlayer-docsite.yaml
- name: adjust output
run: |
mv out/SmartLayerOpening.html out/index.html
- uses: actions/upload-artifact@v3
with:
name: docs
Expand All @@ -44,5 +47,5 @@ jobs:
S3_BUCKET: smart-layer-docs
CLOUDFRONT_ID: EAVRHSDUCS279
run: |
aws s3 sync out/ "s3://${S3_BUCKET}/" --cache-control 'max-age=600,s-maxage=31536000' --quiet \
aws s3 sync out/ "s3://${S3_BUCKET}/" --cache-control 'max-age=600,s-maxage=31536000' --quiet --delete \
&& aws cloudfront create-invalidation --distribution-id "${CLOUDFRONT_ID}" --paths '/*'

0 comments on commit 32129bd

Please sign in to comment.