File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
fox.jason.extend.css
19
19
net.infotexture.dita-bootstrap
20
20
fox.jason.favicon
21
+ https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
21
22
project : config/smartlayer-docsite.yaml
22
23
- name : Build smart-layer papers
23
24
uses : dita-ot/dita-ot-action@master
@@ -38,15 +39,15 @@ jobs:
38
39
name : docs
39
40
path : out/
40
41
- name : Configure AWS Credentials
41
- uses : aws-actions/configure-aws-credentials@v1
42
+ uses : aws-actions/configure-aws-credentials@v2
42
43
with :
43
44
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
44
45
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
45
46
aws-region : us-west-1
46
47
- name : deploy
47
48
env :
48
49
S3_BUCKET : smart-layer-docs
49
- CLOUDFRONT_ID : EAVRHSDUCS279
50
+ CLOUDFRONT_ID : EMSQZ9P16DCKC
50
51
run : |
51
52
aws s3 sync out/ "s3://${S3_BUCKET}/" --cache-control 'max-age=600,s-maxage=31536000' --quiet --delete \
52
53
&& aws cloudfront create-invalidation --distribution-id "${CLOUDFRONT_ID}" --paths '/*'
Original file line number Diff line number Diff line change 22
22
fox.jason.extend.css
23
23
net.infotexture.dita-bootstrap
24
24
fox.jason.favicon
25
+ https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
25
26
project : config/tokenscript-docsite.yaml
26
27
- uses : actions/upload-artifact@v3
27
28
with :
38
39
name : docs
39
40
path : out/
40
41
- name : Configure AWS Credentials
41
- uses : aws-actions/configure-aws-credentials@v1
42
+ uses : aws-actions/configure-aws-credentials@v2
42
43
with :
43
44
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
44
45
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments