Skip to content

Commit

Permalink
Update antora-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwindecker authored Mar 27, 2023
1 parent d81b53a commit af86437
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/antora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,50 +24,4 @@ jobs:
event-type: antora-build-trigger
repository: OpenSimulationInterface/osi-antora-generator
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'
# antora-build:
# name: Build
# runs-on: ubuntu-20.04

# services:
# kroki:
# image: yuzutech/kroki:0.15.1
# env:
# KROKI_MAX_URI_LENGTH: 8000
# KROKI_BLOCKDIAG_HOST: blockdiag
# KROKI_MERMAID_HOST: mermaid
# blockdiag:
# image: yuzutech/kroki-blockdiag:0.15.1
# mermaid:
# image: yuzutech/kroki-mermaid:0.15.1

# steps:
# - name: Checkout generator
# uses: actions/checkout@master
# with:
# repository: OpenSimulationInterface/osi-antora-generator
# path: generator
# submodules: true
# fetch-depth: 0

# - name: Modify site.yml
# working-directory: generator
# run: |
# echo "$GITHUB_REF_NAME"
# sed -i -E "s%(branches\:) \[antora\/base-antora-setup\] \# osi-documentation%\1 [$GITHUB_REF_NAME] \# osi-documentation%" site.yml
# cat site.yml
# sed -i -E "s/cd repo/cd generator/" run-build.sh
# cat run-build.sh

# - name: Generate site
# uses: docker://ghcr.io/asam-ev/project-guide-docker:4
# with:
# entrypoint: sh
# args: generator/run-build.sh

# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: antora-build
# path: ./generator/site


0 comments on commit af86437

Please sign in to comment.