Skip to content

Commit f7c178e

Browse files
Update deploy.yml
1 parent b4f63e3 commit f7c178e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Checkout Submodel Templates source
2626
uses: actions/checkout@v3
2727
with:
28-
repository: admin-shell-io/submodel-templates-antora
29-
path: submodel-templates-antora
28+
repository: admin-shell-io/idta-submodel-templates
29+
path: idta-submodel-templates
3030

3131
# 4. Set up Node.js and install Antora toolchain + extensions
3232
- name: Setup Node.js
@@ -52,7 +52,7 @@ jobs:
5252
# 6. Build Submodel Templates using its playbook
5353
- name: Build Submodel Templates site
5454
run: |
55-
npx antora submodel-templates-antora/antora-playbook.yml --to-dir=build/site/submodel-templates-antora
55+
npx antora idta-submodel-templates/antora-playbook.yml --to-dir=build/site/idta-submodel-templates
5656
5757
# 7. Copy umbrella dashboard index
5858
- name: Copy Dashboard

0 commit comments

Comments
 (0)