mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
modified path to run hhc
This commit is contained in:
parent
ef187a70e1
commit
c47d523431
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
|||||||
cmd /c start /wait .\tmp\setup.exe
|
cmd /c start /wait .\tmp\setup.exe
|
||||||
Remove-Item -Recurse -Force .\tmp
|
Remove-Item -Recurse -Force .\tmp
|
||||||
Remove-Item -Recurse -Force .\htmlhelp.exe
|
Remove-Item -Recurse -Force .\htmlhelp.exe
|
||||||
echo 'C:\Program Files (x86)\HTML Help Workshop' >> $GITHUB_PATH
|
# the next line doesn't seem to work (supposed to set the path)
|
||||||
|
# echo 'C:\Program Files (x86)\HTML Help Workshop' >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: verify
|
- name: verify
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -77,7 +78,7 @@ jobs:
|
|||||||
pushd HTML
|
pushd HTML
|
||||||
bash fixup_html.bash
|
bash fixup_html.bash
|
||||||
popd
|
popd
|
||||||
hhc phreeqc3.hhp
|
'C:\Program Files (x86)\HTML Help Workshop\hhc' phreeqc3.hhp
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user