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

Commit 6d221d9

Browse files
committed
Specify run for commands
1 parent 2d1faec commit 6d221d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

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

0 commit comments

Comments
 (0)