We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67190ef commit 2c19fdcCopy full SHA for 2c19fdc
.github/workflows/wf_garance.yml
@@ -12,7 +12,9 @@ jobs:
12
ref: version_2
13
14
- name: test
15
- run: pwd Referentiels
+ run: |
16
+ pwd Referentiels
17
+ ls -l /home/runner/work/garance/garance/Referentiels
18
19
# Python
20
- uses: actions/checkout@v4
@@ -26,4 +28,4 @@ jobs:
26
28
pip install -r scripts/python/requirements.txt
27
29
- name: Convert
30
run: |
- python scripts/python/convertToJson.py --generate=READ --input=Referentiels --context=src/_data/context.json --output=src/_data/garance_python.json
31
+ python scripts/python/convertToJson.py --generate READ --input /home/runner/work/garance/garance/Referentiels --context src/_data/context.json --output src/_data/garance_python.json
0 commit comments