update deploy pipeline to ignore hidden folders
This commit is contained in:
parent
8c71e91eb2
commit
35d3355226
@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: --- CHECKOUT ---
|
- name: --- CHECKOUT ---
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
sparse-checkout: '!.*'
|
||||||
path: ./tmp
|
path: ./tmp
|
||||||
- name: --- NOTIFY ---
|
- name: --- NOTIFY ---
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user