Skip to content

Commit

Permalink
side by side 2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 15, 2024
1 parent 7cc41b2 commit 584d55b
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/publish_ig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: Build IG

on:
workflow_dispatch:
release:
types:
- created
inputs:
orgrepo:
description: 'Github repository of the IG e.g. hl7ch/ch-ig'
required: true
default: 'hl7ch/ch-'
type: string
version:
description: 'Version of the IG'
required: true
default: '1.0.0'
type: string
push:
branches:
- '**'
Expand Down Expand Up @@ -42,9 +50,13 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: ${{ steps.repo_name.outputs.repo }}

- uses: actions/checkout@v4
with:
repository: hl7ch/ig-release
path: ig-release

# Builds the HTML page for the IG.
- name: 🏃‍♂️ Run IG Publisher
timeout-minutes: 45 # We need a long timeout here
Expand All @@ -53,11 +65,6 @@ jobs:
java -Xmx8192m -jar ../publisher.jar -ig .
cd ..
- uses: actions/checkout@v4
with:
repository: hl7ch/ig-release
path: ig-release

- uses: actions/checkout@v4
with:
repository: hl7ch/hl7ch.github.io
Expand Down

0 comments on commit 584d55b

Please sign in to comment.