Skip to content

Commit

Permalink
use absolute path for changing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedy-mindermann committed Apr 11, 2024
1 parent f7b264f commit 96f9093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +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
cd ${GITHUB_WORKSPACE}/docs/source/documentation_tools/
sh generate_sources_md_file.sh
cd ../../../
cd ${GITHUB_WORKSPACE}
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 96f9093

Please sign in to comment.