Skip to content

Commit 6387950

Browse files
Update deploy.yml
1 parent 5135689 commit 6387950

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ jobs:
2020
with:
2121
repository: admin-shell-io/aas-specs-antora
2222
ref: gh-pages
23-
path: aas-specifications
23+
token: ${{ secrets.GITHUB_TOKEN }}
24+
fetch-depth: 0
25+
path: aas-specs-antora
2426

2527
# 3. Checkout pre-built site from Submodel Templates (gh-pages branch)
2628
- name: Checkout Submodel Templates static site
2729
uses: actions/checkout@v3
2830
with:
2931
repository: admin-shell-io/submodel-templates-antora
3032
ref: gh-pages
31-
path: submodel-templates
33+
token: ${{ secrets.GITHUB_TOKEN }}
34+
fetch-depth: 0
35+
path: submodel-templates-antora
3236

3337
# 4. Copy both static sites into a single build directory
3438
- name: Assemble combined site

0 commit comments

Comments
 (0)