Skip to content

Commit b82c726

Browse files
committed
updated links in html
1 parent 6f30516 commit b82c726

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ jobs:
2727
cp -v CNAME build/site/
2828
ls -l build/site/
2929
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+
3042
- name: Deploy to GitHub Pages
3143
uses: JamesIves/github-pages-deploy-action@v4
3244
with:

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<h1>IDTA AAS Specification Documentation</h1>
77
<h2 style="color:red;">THIS IS A TEST - SHOULD BE VISIBLE</h2>
88
<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>
1111
</ul>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)