Skip to content

Commit 7fe1111

Browse files
authored
Rename workflow and update configuration settings
1 parent 4ab0544 commit 7fe1111

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
name: Workflow Sushi Tests gitHubpages
1+
name: Workflow CI-build (GitHub pages)
22
on:
33
workflow_call:
44
push:
5-
# Allows you to run this workflow manually from the Actions tab
65
workflow_dispatch:
76
jobs:
87
run-sushi-tests_gitHubPages:
98
runs-on: ubuntu-latest
9+
container:
10+
image: ghcr.io/ansforge/fhir-ig-builder:latest
1011
steps:
1112
- uses: actions/checkout@v3
12-
with:
13+
with:
1314
path: igSource
1415
- uses: ansforge/IG-workflows@main
15-
with:
16+
with:
1617
repo_ig: "./igSource"
17-
ig-publisher-version : "2.1.2"
1818
github_page: "true"
1919
github_page_token: ${{ secrets.GITHUB_TOKEN }}
2020
bake: "false"
2121
validator_cli: "false"
2222
generate_testscript: "false"
23-
generate_plantuml : "true"
23+
generate_plantuml: "false"
24+
container_mode: "false"

0 commit comments

Comments
 (0)