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 5135689 commit 6387950Copy full SHA for 6387950
.github/workflows/deploy.yml
@@ -20,15 +20,19 @@ jobs:
20
with:
21
repository: admin-shell-io/aas-specs-antora
22
ref: gh-pages
23
- path: aas-specifications
+ token: ${{ secrets.GITHUB_TOKEN }}
24
+ fetch-depth: 0
25
+ path: aas-specs-antora
26
27
# 3. Checkout pre-built site from Submodel Templates (gh-pages branch)
28
- name: Checkout Submodel Templates static site
29
uses: actions/checkout@v3
30
31
repository: admin-shell-io/submodel-templates-antora
32
- path: submodel-templates
33
34
35
+ path: submodel-templates-antora
36
37
# 4. Copy both static sites into a single build directory
38
- name: Assemble combined site
0 commit comments