Skip to content

Commit

Permalink
Merge pull request #99 from leap-stc/copy-online-testing-for-website-…
Browse files Browse the repository at this point in the history
…build

Include online_testing in gh action copy
  • Loading branch information
jbusecke authored Jul 26, 2024
2 parents 843e1b3 + f12e454 commit 0251c87
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 @@ -17,7 +17,7 @@ jobs:
environment_file: 'website/environment.yml'
environment_name: climsim-docs-env
path_to_notebooks: 'website'
build_command: 'cp -r ../README.md ../ARCHITECTURE.md ../figures ../demo_notebooks ../evaluation .; jupyter-book build .'
build_command: 'cp -r ../README.md ../ARCHITECTURE.md ../figures ../demo_notebooks ../online_testing ../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 0251c87

Please sign in to comment.