Skip to content

Commit

Permalink
update path to generate_sources_md_file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedy-mindermann committed Apr 11, 2024
1 parent 2a88804 commit 19e1898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19e1898

Please sign in to comment.