Skip to content

Commit b7d4c32

Browse files
committed
try checkout in deploy for github key verification
1 parent cd1644d commit b7d4c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
paths:
5656
- venv
5757
- output
58-
- .git
5958

6059

6160
ghp_deploy:
6261
docker:
6362
- image: circleci/python:3.6.1
6463
working_directory: ~/repo
6564
steps:
65+
- checkout
6666
- attach_workspace:
6767
at: .
6868

0 commit comments

Comments
 (0)