Skip to content

Commit

Permalink
Put back the content now it is pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 7, 2016
1 parent bbc37f6 commit c728da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
#- gem install jekyll
#- gem install redcarpet
script:
- mkdir _site; echo "<head>Hello</head><body>Hello</body>" > _site/index.html # make
- make
before_install:
- openssl aes-256-cbc -K $encrypted_194007bb00f1_key -iv $encrypted_194007bb00f1_iv
-in deploy_key.enc -out deploy_key -d
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PANDOC=pandoc

ROOT=""
ROOT="rsd-engineeringcourse"

PANDOCARGS=-t revealjs -s -V theme=night --css=http://lab.hakim.se/reveal-js/css/theme/night.css \
--css=$(ROOT)/css/ucl_reveal.css --css=$(ROOT)/site-styles/reveal.css \
Expand Down

0 comments on commit c728da8

Please sign in to comment.