浏览代码

fix deploy

dev_h
Ophir LOJKINE 3 年前
父节点
当前提交
f2edb15c46
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .github/workflows/ssh_deploy.yml

+ 2
- 0
.github/workflows/ssh_deploy.yml 查看文件

10
     runs-on: ubuntu-latest
10
     runs-on: ubuntu-latest
11
     steps:
11
     steps:
12
     - uses: actions/checkout@v2
12
     - uses: actions/checkout@v2
13
+      with:
14
+        fetch-depth: 0
13
     - name: Dokku
15
     - name: Dokku
14
       uses: dokku/github-action@9c1a871eab9daef563cf08b9602c7675f4a8bb56
16
       uses: dokku/github-action@9c1a871eab9daef563cf08b9602c7675f4a8bb56
15
       with:
17
       with:

正在加载...
取消
保存