Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraLoose committed Aug 22, 2023
1 parent 579892a commit 69c511f
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 ../figures ../demo_notebooks .; jupyter-book build .'
build_command: 'cp -r ../README.md ../figures ../demo_notebooks ../evaluation .; 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 69c511f

Please sign in to comment.