Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. image: paddyhack/nikola
  2. test:
  3. script:
  4. - nikola build
  5. except:
  6. - src
  7. pages:
  8. script:
  9. - pip3 install jupyter
  10. - nikola build
  11. - mv output public
  12. artifacts:
  13. paths:
  14. - public
  15. only:
  16. - src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement