Skip to content

Commit 919e0a7

Browse files
committed
Delet the _settings folder from the Documentation
1 parent 43ace2b commit 919e0a7

77 files changed

Lines changed: 51 additions & 27 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ install:
77
- mv ./hugo_${HUGO_VERSION}_linux_amd64/hugo_${HUGO_VERSION}_linux_amd64 $HOME/bin/hugo
88
script:
99
- rm -rf docs
10-
- cd DOCUMENTATION/_settings
10+
- cd DOCUMENTATION
1111
- hugo
1212

1313
deploy:
1414
provider: pages
1515
skip_cleanup: true
16-
local_dir: ../../docs
16+
local_dir: ../docs
1717
github_token: $GITHUB_TOKEN
1818
on:
1919
branch: master
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseurl = "http://laradock.io/"
22
languageCode = "en-us"
3-
publishDir = "../../docs"
3+
publishDir = "../docs"
44
title = "Laradock"
55
theme = "hugo-material-docs"
66
metadataformat = "yaml"

DOCUMENTATION/_settings/content/contributing/index.md renamed to DOCUMENTATION/content/contributing/index.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)