From 19e1898c1a6e2c121d0a8a04dd38422c04abaadf Mon Sep 17 00:00:00 2001 From: "Mindermann, Kennedy" Date: Thu, 11 Apr 2024 14:22:47 -0500 Subject: [PATCH] update path to generate_sources_md_file.sh --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index b15e1c6..b39af87 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -39,7 +39,7 @@ jobs: - name: Set variables for public github repo run: | echo "BASE_URL=https://github.com/NREL/ReEDS-2.0" >> $GITHUB_ENV - sh generate_sources_md_file.sh + sh docs/source/documentation_tools/generate_sources_md_file.sh python docs/source/documentation_tools/generate_markdown.py --githubURL "https://github.com/NREL/ReEDS-2.0/blob/main" --reedsPath "${GITHUB_WORKSPACE}" - name: Build Sphinx documentation