Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Eric X. Liu 2023-09-18 03:59:54 +00:00
parent bac464af1f
commit 10d6d1bde2

View File

@ -16,7 +16,7 @@ steps:
- chmod 400 $HOME/.ssh/id_rsa
- ssh-keyscan -H git.ericxliu.me > $HOME/.ssh/known_hosts
- git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output
- rm -rf /output/*
- find /output -mindepth 1 -not -regex "^\./\.git.*" -delete
- name: build
image: plugins/hugo
volumes: