fix deploy script

This commit is contained in:
Schallbert 2024-11-04 20:46:03 +01:00
parent 928094e973
commit bab3094596

View File

@ -24,7 +24,7 @@ jobs:
- name: --- CHECKOUT --- - name: --- CHECKOUT ---
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
sparse-checkout: '!.*' # ignore hidden folders # sparse-checkout: '!.*' # TODO this doesn't work, need another fix
path: ./tmp path: ./tmp
- name: --- NOTIFY --- - name: --- NOTIFY ---
run: | run: |