Skip to content

Commit

Permalink
move directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedy-mindermann committed Apr 11, 2024
1 parent 540a6bd commit f7b264f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Set variables for public github repo
run: |
echo "BASE_URL=https://github.com/NREL/ReEDS-2.0" >> $GITHUB_ENV
cd docs/sources/documentation_tools
sh generate_sources_md_file.sh
cd ../../../
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 f7b264f

Please sign in to comment.