Skip to content

Commit f78de5b

Browse files
committedOct 18, 2021
fix(): fix deploy
1 parent c0708a3 commit f78de5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/nodejs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
24+
with:
25+
fetch-depth: 0
26+
2427
- name: ssh deploy
2528
uses: dokku/github-action@master
2629
with:

0 commit comments

Comments
 (0)
Please sign in to comment.