瀏覽代碼

fix config path

Karathan 6 年之前
父節點
當前提交
7e27ee2a68
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml 查看文件

@@ -21,7 +21,7 @@ pipeline:
21 21
     image: debian:stretch
22 22
     commands:
23 23
       - mv content/_meta-live.md content/_meta.md
24
-      - mv config/config-live.yml content/config.yml
24
+      - mv config/config-live.yml config/config.yml
25 25
     when:
26 26
       branch: master
27 27