Skip to content
Snippets Groups Projects
Commit 170dc8f0 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'fix-deploy' into 'develop'

Fix deploy

See merge request R3/outreach/presentations!19
parents c25b3de6 e2a01436
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,16 @@ do
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git
git submodule update --recursive --init
# run contribute
cp ../../template/Gruntfile.coffee .
ln -s ../../theme/package.json package.json
ln -s ../../theme theme
# install npm
yarn add -g grunt-cli generator-reveal
yarn
#npm install -g npm@latest yo grunt-cli generator-reveal
#npm install
yarn global add grunt-cli generator-reveal
yarn install
grunt dist
mv public/* $rootDir/public/$BLADE/unstable/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment