generated from ansforge/IG-modele
-
Notifications
You must be signed in to change notification settings - Fork 1
34 lines (31 loc) · 1.09 KB
/
fhir-release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Workflow Release to IG-website-release
on:
workflow_call:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: igSource
- name: Copy "all" to "use cases" specs
run: |
path_spec="./igSource/input/pagecontent"
for lines in $(cat "${path_spec}/specifications_techniques.txt"); do
files=(${lines//;/ })
cp "${path_spec}/${files[0]}" "${path_spec}/${files[1]}"
done
- uses: ansforge/[email protected]
with:
repo_ig: "./igSource"
github_page: "true"
github_page_token: ${{ secrets.GITHUB_TOKEN }}
bake: "true"
nos: "false"
validator_cli: "false"
publish_repo: "ansforge/IG-website-release"
publish_repo_token : ${{ secrets.ANS_IG_API_TOKEN }}
publish_path_outpout : "./IG-website-release/www/ig/fhir"
ig-publisher-version: 1.6.20