diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index db4ddda..334a68e 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -40,7 +40,7 @@ jobs: - name: build documentation run: | print(getwd()) - rdocs::generate_docs(files = "./rdocs/R/main.R", folder_name = "docs", gh_url = "https://github.com/daniellga/rdocs/tree/main/rdocs/R", run_examples = FALSE) + rdocs::generate_docs(files = "./R/main.R", folder_name = "docs", gh_url = "https://github.com/daniellga/rdocs/tree/main/rdocs/R", run_examples = FALSE) shell: Rscript {0} - name: Check for changes