Skip to content

Commit

Permalink
fix for path of tutorial pdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Apr 1, 2019
1 parent 504970b commit 1131bb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .artenolis.yml
Expand Up @@ -11,7 +11,7 @@ script:
- cd $CURRENT_DIR

# launch the tests
#- bash .artenolis/runtests.sh
- bash .artenolis/runtests.sh

after_success:

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Expand Up @@ -53,7 +53,7 @@ html:
@echo "Creating modules index page."
bash createModulesPage.sh
@echo "Copying tutorial html files into source/_static/tutorials/."
bash prepareTutorials.sh -t=$(ARTENOLIS_DATA_PATH)/repos/COBRA.tutorials -c=$(ARTENOLIS_DATA_PATH)/repos/cobratoolbox -p=$(ARTENOLIS_DATA_PATH)/cobratoolbox/tutorials -m=rst
bash prepareTutorials.sh -t=$(ARTENOLIS_DATA_PATH)/repos/COBRA.tutorials -c=$(ARTENOLIS_DATA_PATH)/repos/cobratoolbox -p=$(ARTENOLIS_DATA_PATH)/cobratoolbox -m=rst
@echo "Generating list of suggestions for the websearch."
python generateJSONList.py
@echo
Expand Down
2 changes: 1 addition & 1 deletion test/testAll.m
Expand Up @@ -28,7 +28,7 @@
else
% on the CI, always reset the path to make absolutely sure, that we test
% the current version
restoredefaultpath()
restoredefaultpath;
launchTestSuite = true;
end

Expand Down

0 comments on commit 1131bb9

Please sign in to comment.