Skip to content

Commit

Permalink
Merge pull request #36 from NoraLoose/fix-build
Browse files Browse the repository at this point in the history
Fix website build
  • Loading branch information
NoraLoose committed Aug 18, 2023
2 parents eae253f + 14c1f95 commit 864cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
environment_file: 'website/environment.yml'
environment_name: climsim-docs-env
path_to_notebooks: 'website'
build_command: 'cp -r ../README.md ../fig_1.png demo_notebooks .; jupyter-book build .'
build_command: 'cp -r ../README.md ../fig_1.png ../demo_notebooks .; jupyter-book build .'
# this is a bit hacky, but the only way to 'inject' a shell command before the build.
output_path: '_build/html'
deploy:
Expand Down

0 comments on commit 864cad1

Please sign in to comment.