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 ---
uses: actions/checkout@v3
with:
sparse-checkout: '!.*'
path: ./tmp
- name: --- NOTIFY ---
run: |
@ -32,4 +33,4 @@ jobs:
-H "Content-Type: text/plain" \
-d $'Repo: ${{ github.repository }}\nRef: ${{ github.ref }}\nStatus: ${{ job.status}}' \
ntfy.sh/schallbert-borgmatic-catzenklebermusoelkanne