We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fbba2 commit 9d7e720Copy full SHA for 9d7e720
Gruntfile.js
@@ -54,11 +54,9 @@ module.exports = function (grunt) {
54
'build'
55
]);
56
57
- grunt.registerTask('ship', ['gh-pages:main']);
58
-
59
- grunt.registerTask('preview', [
+ grunt.registerTask('ship', [
60
'build',
61
- 'gh-pages:preview',
+ 'gh-pages',
62
'shell:publish-npm'
63
64
grunt/gh-pages.js
@@ -4,12 +4,5 @@ module.exports = {
4
base: 'dist'
5
},
6
src: ['**']
7
- },
8
- preview: {
9
- options: {
10
- base: 'dist',
11
- repo: 'https://github.com/mohsen1/Swagger-Editor-2-Preview.git'
12
13
- src: ['**']
14
}
15
};
0 commit comments