Skip to content

Commit fe71cb6

Browse files
committed
Replace make with mage in CircleCI build
Updates #3969
1 parent 68ace43 commit fe71cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.circleci/config.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
command: |
1515
git clone git@github.com:gohugoio/hugoDocs.git
1616
cd hugo
17-
make vendor
18-
make check
17+
mage vendor
18+
mage check
1919
- persist_to_workspace:
2020
root: .
2121
paths: .

0 commit comments

Comments
 (0)