Skip to content

Commit

Permalink
Use latest reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Jun 20, 2017
1 parent da58344 commit 3424ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/update_pages.sh
Expand Up @@ -16,7 +16,7 @@ cd build || exit
cp ../index.html .
# Download a fresh copy of reveal.js
rm -rf reveal.js
curl -L https://github.com/hakimel/reveal.js/archive/3.3.0.tar.gz | tar xz
curl -L https://github.com/hakimel/reveal.js/archive/3.5.0.tar.gz | tar xz
mv reveal.js* reveal.js
# Add, commit and push files
git add -f .
Expand Down

0 comments on commit 3424ce4

Please sign in to comment.