'src' -> 'docs'

This commit is contained in:
Joseph Kato
2020-01-22 22:04:43 -08:00
parent 654b640c57
commit 64d05b3f9c
5 changed files with 7 additions and 129 deletions

View File

@@ -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