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 4ab0544 commit 7fe1111Copy full SHA for 7fe1111
1 file changed
.github/workflows/fhir-workflows.yml
@@ -1,23 +1,24 @@
1
-name: Workflow Sushi Tests gitHubpages
+name: Workflow CI-build (GitHub pages)
2
on:
3
workflow_call:
4
push:
5
- # Allows you to run this workflow manually from the Actions tab
6
workflow_dispatch:
7
jobs:
8
run-sushi-tests_gitHubPages:
9
runs-on: ubuntu-latest
+ container:
10
+ image: ghcr.io/ansforge/fhir-ig-builder:latest
11
steps:
12
- uses: actions/checkout@v3
- with:
13
+ with:
14
path: igSource
15
- uses: ansforge/IG-workflows@main
16
17
repo_ig: "./igSource"
- ig-publisher-version : "2.1.2"
18
github_page: "true"
19
github_page_token: ${{ secrets.GITHUB_TOKEN }}
20
bake: "false"
21
validator_cli: "false"
22
generate_testscript: "false"
23
- generate_plantuml : "true"
+ generate_plantuml: "false"
24
+ container_mode: "false"
0 commit comments