Skip to content

Commit d3bdee6

Browse files
committed
fix(workflow): detected dubious ownership in repository
1 parent daf63d3 commit d3bdee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone/drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
- make docker-build docker-build-docs
99
- cp _scripts/* _build/html
1010
- git config --global --add safe.directory _build/html
11-
- cd _build/html && echo "drycc.cc" > CNAME && echo "www.drycc.cc" >> CNAME && git init
11+
- cd _build/html && echo "drycc.cc" > CNAME && echo "www.drycc.cc" >> CNAME && git init & git config --global --add safe.directory .
1212
environment:
1313
SSH_DEPLOY_KEY:
1414
from_secret: ssh_deploy_key

0 commit comments

Comments
 (0)