updating doc links to point to the new main gh-pages site
This commit is contained in:
@ -11,7 +11,7 @@ module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('check_for_confirmation', function () {
|
||||
if (grunt.config.get('confirm.release')) {
|
||||
grunt.verbose.log('release confirmed');
|
||||
grunt.log.verbose.writeln('release confirmed');
|
||||
} else {
|
||||
throw new Error('Aborting release');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user