diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 18:55:01 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 18:55:01 -0700 |
commit | 8922d6ec222693a69ddc74f5920fb5d3e038c196 (patch) | |
tree | beab73d2b7fd03a4aa68b7dd124bc6d9b9f404bc | |
parent | 13ae2deb7052eeffde35568f320227e7fa333a54 (diff) |
git submodules
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ steps: - name: build image: klakegg/hugo:ci +- name: submodules + commands: + - git submodule update --recursive --remote + - name: push image: 3gigs/git-push environment: |