We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7c1ce commit 1b26847Copy full SHA for 1b26847
.github/workflows/fhir-release.yml
@@ -11,14 +11,13 @@ jobs:
11
- uses: actions/checkout@v3
12
with:
13
path: igSource
14
- - uses: ansforge/IG-workflows@v0.2.0
+ - uses: ansforge/IG-workflows@main
15
16
repo_ig: "./igSource"
17
github_page: "true"
18
github_page_token: ${{ secrets.GITHUB_TOKEN }}
19
- bake: "true"
20
- nos: "true"
21
- validator_cli: "true"
+ bake: "false"
+ validator_cli: "false"
22
publish_repo: "ansforge/IG-website-release"
23
publish_repo_token : ${{ secrets.ANS_IG_API_TOKEN }}
24
- publish_path_outpout : "./IG-website-release/www/ig/fhir"
+ publish_path_outpout : "./IG-website-release/www/ig/fhir"
0 commit comments