Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ea6edfd

Browse files
committed
Cd in same line as make
1 parent 6d221d9 commit ea6edfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- image: circleci/python:2.7.16
3232
steps:
3333
- checkout
34-
- run: cd docs
35-
- run: make html
34+
- run: cd docs && make html
3635
publish-github-release:
3736
docker:
3837
- image: circleci/golang:1.11

0 commit comments

Comments
 (0)