Skip to content

Commit

Permalink
Remove ./ from _config.yml paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Mar 7, 2014
1 parent b9a0d1e commit 3bdaa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pygments: true
permalink: pretty

# Server
source: ./docs
destination: ./_gh_pages
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
baseurl: /
Expand Down

0 comments on commit 3bdaa83

Please sign in to comment.