Skip to content

Commit

Permalink
Update run.bat to copy slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBetlem committed Apr 24, 2024
1 parent b7cf2a5 commit de70c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ set name=automated_metashape
cd %~dp0
CALL conda activate %name%
CALL sphinx-build . ./_build/html -b html
robocopy ./slides/ ./_build/html/slides /MIR
CALL ghp-import -n -p -f _build/html
CALL conda env export -n %name% > %name%.yaml

0 comments on commit de70c0b

Please sign in to comment.