Skip to content

Commit 67618ae

Browse files
authored
Update GitHub Actions workflow for CI on pages
1 parent b5a9c47 commit 67618ae

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
name: Generate CI on GitHub pages
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-
repo_ig: "./igSource"
16+
with:
17+
repo_ig: "./igSource"
1718
github_page: "true"
1819
github_page_token: ${{ secrets.GITHUB_TOKEN }}
1920
bake: "false"
2021
validator_cli: "false"
2122
generate_testscript: "false"
22-
generate_plantuml : "false"
23+
generate_plantuml: "false"
24+
container_mode: "true"

0 commit comments

Comments
 (0)