We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f63e3 commit f7c178eCopy full SHA for f7c178e
.github/workflows/deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Checkout Submodel Templates source
26
uses: actions/checkout@v3
27
with:
28
- repository: admin-shell-io/submodel-templates-antora
29
- path: submodel-templates-antora
+ repository: admin-shell-io/idta-submodel-templates
+ path: idta-submodel-templates
30
31
# 4. Set up Node.js and install Antora toolchain + extensions
32
- name: Setup Node.js
@@ -52,7 +52,7 @@ jobs:
52
# 6. Build Submodel Templates using its playbook
53
- name: Build Submodel Templates site
54
run: |
55
- npx antora submodel-templates-antora/antora-playbook.yml --to-dir=build/site/submodel-templates-antora
+ npx antora idta-submodel-templates/antora-playbook.yml --to-dir=build/site/idta-submodel-templates
56
57
# 7. Copy umbrella dashboard index
58
- name: Copy Dashboard
0 commit comments