Skip to content

Commit 3430b30

Browse files
committed
ci: 🎡 add lost dita-ot-diagrams-plugin
related issue: #29
1 parent ea1b0c3 commit 3430b30

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎.github/workflows/deploy_smart_layer_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fox.jason.extend.css
1919
net.infotexture.dita-bootstrap
2020
fox.jason.favicon
21+
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
2122
project: config/smartlayer-docsite.yaml
2223
- name: Build smart-layer papers
2324
uses: dita-ot/dita-ot-action@master
@@ -38,15 +39,15 @@ jobs:
3839
name: docs
3940
path: out/
4041
- name: Configure AWS Credentials
41-
uses: aws-actions/configure-aws-credentials@v1
42+
uses: aws-actions/configure-aws-credentials@v2
4243
with:
4344
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4445
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4546
aws-region: us-west-1
4647
- name: deploy
4748
env:
4849
S3_BUCKET: smart-layer-docs
49-
CLOUDFRONT_ID: EAVRHSDUCS279
50+
CLOUDFRONT_ID: EMSQZ9P16DCKC
5051
run: |
5152
aws s3 sync out/ "s3://${S3_BUCKET}/" --cache-control 'max-age=600,s-maxage=31536000' --quiet --delete \
5253
&& aws cloudfront create-invalidation --distribution-id "${CLOUDFRONT_ID}" --paths '/*'

‎.github/workflows/update_ts_site_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
fox.jason.extend.css
2323
net.infotexture.dita-bootstrap
2424
fox.jason.favicon
25+
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
2526
project: config/tokenscript-docsite.yaml
2627
- uses: actions/upload-artifact@v3
2728
with:
@@ -38,7 +39,7 @@ jobs:
3839
name: docs
3940
path: out/
4041
- name: Configure AWS Credentials
41-
uses: aws-actions/configure-aws-credentials@v1
42+
uses: aws-actions/configure-aws-credentials@v2
4243
with:
4344
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4445
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)