update deploy pipeline to ignore hidden folders

This commit is contained in:
Schallbert 2024-11-01 12:46:49 +01:00
parent 8c71e91eb2
commit 35d3355226

View File

@ -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: |