Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Eric X. Liu 2023-09-21 04:56:48 +00:00
parent 61727925a1
commit 4b89cb4256

View File

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