fixed working directory

This commit is contained in:
Charlton, Scott R 2023-01-13 11:14:57 -07:00
parent c986150d1f
commit 7421064ffd

View File

@ -114,11 +114,11 @@ jobs:
with:
extra-packages: any::roxygen2
needs: roxygen2
working-directory: R
working-directory: R/phreeqc
- name: Document
run: roxygen2::roxygenise()
working-directory: R
working-directory: R/phreeqc
shell: Rscript {0}