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:
- npm install
- grunt dist
- ls
- ls dist
- mv dist public
- ls public
cache:
paths:
......
......@@ -79,11 +79,11 @@ module.exports = (grunt) ->
'img/**'
'favicon.ico'
]
dest: 'dist/'
dest: 'public/'
},{
expand: true
src: ['index.html']
dest: 'dist/'
dest: 'public/'
filter: 'isFile'
}]
......@@ -121,7 +121,7 @@ module.exports = (grunt) ->
]
grunt.registerTask 'dist',
'Save presentation files to *dist* directory.', [
'Save presentation files to *public* directory.', [
'test'
'buildIndex'
'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