Skip to content

Commit

Permalink
run generate_sources_md_file.sh prior to generating new sources_docum…
Browse files Browse the repository at this point in the history
…entation.md
  • Loading branch information
kennedy-mindermann committed Apr 11, 2024
1 parent 9a8cfa5 commit 2a88804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
push:
branches:
- update-documentation


jobs:
build:
Expand All @@ -39,6 +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
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 2a88804

Please sign in to comment.