mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Merge pull request #12971 from ZDroid/config-yml
Remove ./ from _config.yml paths
This commit is contained in:
commit
8a1856d17d
1 changed files with 2 additions and 2 deletions
|
|
@ -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: /
|
||||
|
|
|
|||
Loading…
Reference in a new issue