mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +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
|
||||
Remove-Item -Recurse -Force .\tmp
|
||||
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
|
||||
shell: bash
|
||||
@ -77,7 +78,7 @@ jobs:
|
||||
pushd HTML
|
||||
bash fixup_html.bash
|
||||
popd
|
||||
hhc phreeqc3.hhp
|
||||
'C:\Program Files (x86)\HTML Help Workshop\hhc' phreeqc3.hhp
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user