'src' -> 'docs'
This commit is contained in:
@@ -5,6 +5,9 @@ language: python
|
||||
python: 3.7
|
||||
|
||||
install:
|
||||
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.62.2/hugo_0.62.2_Linux-64bit.deb
|
||||
- sudo dpkg -i hugo_0.62.2_Linux-64bit.deb
|
||||
|
||||
- pip install markdata
|
||||
|
||||
script:
|
||||
@@ -22,7 +25,7 @@ script:
|
||||
|
||||
after_success:
|
||||
# Build our content:
|
||||
- markdata --root . src content/post
|
||||
- markdata --root . docs content/post
|
||||
|
||||
# Build our site:
|
||||
- hugo
|
||||
|
Reference in New Issue
Block a user