Skip to content

Commit af86437

Browse files
Update antora-build.yml
1 parent d81b53a commit af86437

1 file changed

Lines changed: 0 additions & 46 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -24,50 +24,4 @@ jobs:
2424
event-type: antora-build-trigger
2525
repository: OpenSimulationInterface/osi-antora-generator
2626
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'
27-
# antora-build:
28-
# name: Build
29-
# runs-on: ubuntu-20.04
30-
31-
# services:
32-
# kroki:
33-
# image: yuzutech/kroki:0.15.1
34-
# env:
35-
# KROKI_MAX_URI_LENGTH: 8000
36-
# KROKI_BLOCKDIAG_HOST: blockdiag
37-
# KROKI_MERMAID_HOST: mermaid
38-
# blockdiag:
39-
# image: yuzutech/kroki-blockdiag:0.15.1
40-
# mermaid:
41-
# image: yuzutech/kroki-mermaid:0.15.1
42-
43-
# steps:
44-
# - name: Checkout generator
45-
# uses: actions/checkout@master
46-
# with:
47-
# repository: OpenSimulationInterface/osi-antora-generator
48-
# path: generator
49-
# submodules: true
50-
# fetch-depth: 0
51-
52-
# - name: Modify site.yml
53-
# working-directory: generator
54-
# run: |
55-
# echo "$GITHUB_REF_NAME"
56-
# sed -i -E "s%(branches\:) \[antora\/base-antora-setup\] \# osi-documentation%\1 [$GITHUB_REF_NAME] \# osi-documentation%" site.yml
57-
# cat site.yml
58-
# sed -i -E "s/cd repo/cd generator/" run-build.sh
59-
# cat run-build.sh
6027

61-
# - name: Generate site
62-
# uses: docker://ghcr.io/asam-ev/project-guide-docker:4
63-
# with:
64-
# entrypoint: sh
65-
# args: generator/run-build.sh
66-
67-
# - name: Upload artifact
68-
# uses: actions/upload-artifact@v3
69-
# with:
70-
# name: antora-build
71-
# path: ./generator/site
72-
73-

0 commit comments

Comments
 (0)