Skip to content

Commit

Permalink
Fix nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Apr 13, 2018
1 parent 922fa21 commit abf6016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ after_success:
- ./create_ipk.sh
- export PKG=$(ls -1 *.ipk)
- mkdir Rel
- touch ./Rel/.nojekyll
- mv "${PKG}" ./Rel
- mv bandit.html ./Rel
- mv flake8_report.txt ./Rel
Expand All @@ -33,7 +34,6 @@ after_success:
- cd doc
- make html
- cd build/html
- touch .nojekyll
- mv * ../../../Rel/

deploy:
Expand Down

0 comments on commit abf6016

Please sign in to comment.