update deploy pipeline to ignore hidden folders
This commit is contained in:
parent
8c71e91eb2
commit
35d3355226
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user