Commit 8a1856d1 authored by Mark Otto's avatar Mark Otto

Merge pull request #12971 from ZDroid/config-yml

Remove ./ from _config.yml paths
parents 0d0cbb87 3bdaa831
...@@ -6,8 +6,8 @@ pygments: true ...@@ -6,8 +6,8 @@ pygments: true
permalink: pretty permalink: pretty
# Server # Server
source: ./docs source: docs
destination: ./_gh_pages destination: _gh_pages
host: 0.0.0.0 host: 0.0.0.0
port: 9001 port: 9001
baseurl: / baseurl: /
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment