mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
fixed working directory
This commit is contained in:
parent
c986150d1f
commit
7421064ffd
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -114,11 +114,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra-packages: any::roxygen2
|
extra-packages: any::roxygen2
|
||||||
needs: roxygen2
|
needs: roxygen2
|
||||||
working-directory: R
|
working-directory: R/phreeqc
|
||||||
|
|
||||||
- name: Document
|
- name: Document
|
||||||
run: roxygen2::roxygenise()
|
run: roxygen2::roxygenise()
|
||||||
working-directory: R
|
working-directory: R/phreeqc
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user