Compare commits

...

2 Commits

Author SHA1 Message Date
53b44069a6 Merge pull request 'add sparse-checkout to not copy private folder to webserver' (#11) from deploy-fix into main
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
Reviewed-on: #11
2024-12-24 10:39:08 +00:00
2bebc22c65 add sparse-checkout to not copy private folder to webserver 2024-12-24 11:34:46 +01:00

View File

@ -22,9 +22,14 @@ jobs:
steps:
- name: --- CHECKOUT ---
uses: actions/checkout@v3
with:
uses: actions/checkout@v4
with:
path: ./tmp
sparse-checkout: |
/*
!.git
!.gitea
sparse-checkout-cone-mode: false
- name: --- NOTIFY ---
run: |
curl \
@ -32,4 +37,3 @@ jobs:
-H "Content-Type: text/plain" \
-d $'Repo: ${{ github.repository }}\nRef: ${{ github.ref }}\nStatus: ${{ job.status}}' \
ntfy.sh/schallbert-borgmatic-catzenklebermusoelkanne