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

deploy doc (5)

parent 1ffda286
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8344 passed
...@@ -13,8 +13,7 @@ pages: ...@@ -13,8 +13,7 @@ pages:
- npm install - npm install
- grunt dist - grunt dist
- ls - ls
- ls dist - ls public
- mv dist public
cache: cache:
paths: paths:
......
...@@ -79,11 +79,11 @@ module.exports = (grunt) -> ...@@ -79,11 +79,11 @@ module.exports = (grunt) ->
'img/**' 'img/**'
'favicon.ico' 'favicon.ico'
] ]
dest: 'dist/' dest: 'public/'
},{ },{
expand: true expand: true
src: ['index.html'] src: ['index.html']
dest: 'dist/' dest: 'public/'
filter: 'isFile' filter: 'isFile'
}] }]
...@@ -121,7 +121,7 @@ module.exports = (grunt) -> ...@@ -121,7 +121,7 @@ module.exports = (grunt) ->
] ]
grunt.registerTask 'dist', grunt.registerTask 'dist',
'Save presentation files to *dist* directory.', [ 'Save presentation files to *public* directory.', [
'test' 'test'
'buildIndex' 'buildIndex'
'copy' 'copy'
......
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