mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-28 13:00:49 +00:00
parent
68ace43431
commit
fe71cb6f5f
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git clone git@github.com:gohugoio/hugoDocs.git
|
git clone git@github.com:gohugoio/hugoDocs.git
|
||||||
cd hugo
|
cd hugo
|
||||||
make vendor
|
mage vendor
|
||||||
make check
|
mage check
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths: .
|
paths: .
|
||||||
|
|
Loading…
Reference in a new issue