Skip to content

Commit 829e9db

Browse files
committed
Fix grunt run:docs command
1 parent d51d7b1 commit 829e9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module.exports = function(grunt) {
165165
options: {
166166
port: 8000,
167167
debug: true,
168-
base: 'docs/html',
168+
base: 'docs/_build/html',
169169
keepalive: true
170170
}
171171
}

0 commit comments

Comments
 (0)