Skip to content

Commit

Permalink
Fix bug in documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
genevievestarke committed Apr 16, 2024
1 parent 6f9f4e3 commit 7f2d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir -vp docs/examples
cp -v example_case_folders/05_floris_wind_standin_and_electrolyzer/README.md docs/examples/05_floris_wind_standin_and_electrolyzer.md
cp -v example_case_folders/06_amr_wind_standin_and_battery/README.md docs/examples/06_amr_wind_standin_and_battery.md
cp -v example_case_folders/07_amr_wind_standin_and_solar_pysam/README.md docs/examples/07_amr_wind_standin_and_solar_pysam.md
cp -v example_case_folders/07_floris_wind_standin_and_solar_pysam/README.md docs/examples/07_floris_wind_standin_and_solar_pysam.md
ls -l docs/examples
# Build the book
Expand Down

0 comments on commit 7f2d024

Please sign in to comment.