File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 27
27
cp -v CNAME build/site/
28
28
ls -l build/site/
29
29
30
+ - name : Download AAS Specifications site
31
+ run : |
32
+ mkdir -p build/site/aas-specifications
33
+ wget -q -r -nH --cut-dirs=1 --no-parent --reject="index.html*" https://admin-shell-io.github.io/aas-specifications/
34
+ cp -r aas-specifications/* build/site/aas-specifications/ || true
35
+
36
+ - name : Download Submodel Templates site
37
+ run : |
38
+ mkdir -p build/site/idta-submodel-templates
39
+ wget -q -r -nH --cut-dirs=1 --no-parent --reject="index.html*" https://admin-shell-io.github.io/idta-submodel-templates/
40
+ cp -r idta-submodel-templates/* build/site/idta-submodel-templates/ || true
41
+
30
42
- name : Deploy to GitHub Pages
31
43
uses : JamesIves/github-pages-deploy-action@v4
32
44
with :
Original file line number Diff line number Diff line change 6
6
< h1 > IDTA AAS Specification Documentation</ h1 >
7
7
< h2 style ="color:red; "> THIS IS A TEST - SHOULD BE VISIBLE</ h2 >
8
8
< ul >
9
- < li > < a href ="https://industrialdigitaltwin.io/ aas-specifications/index/home/index.html "> AAS Specifications</ a > </ li >
10
- < li > < a href ="https://industrialdigitaltwin.io/ idta-submodel-templates/index/home/index.html "> Submodel Templates</ a > </ li >
9
+ < li > < a href ="/ aas-specifications/ "> AAS Specifications</ a > </ li >
10
+ < li > < a href ="/ idta-submodel-templates/ "> Submodel Templates</ a > </ li >
11
11
</ ul >
12
12
</ body >
13
13
</ html >
You can’t perform that action at this time.
0 commit comments