Skip to content

Commit 0a48e6e

Browse files
committed
fix(workflow): detected dubious ownership in repository
1 parent a469547 commit 0a48e6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.drone/drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: default
55
steps:
66
- name: build-docs
77
commands:
8-
- make docker-build docker-build-docs
8+
- make docker-build docker-build-docs
99
- cp _scripts/* _build/html
10+
- git config --global --add safe.directory _build/html
1011
- cd _build/html && echo "drycc.cc" > CNAME && echo "www.drycc.cc" >> CNAME && git init
1112
environment:
1213
SSH_DEPLOY_KEY:

0 commit comments

Comments
 (0)