Compare commits

...

2 Commits

Author SHA1 Message Date
e791ce1428 Merge pull request 'fix deploy script' (#7) from personalauswahlalgorithmen into main
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
Reviewed-on: #7
2024-11-04 19:46:56 +00:00
bab3094596 fix deploy script 2024-11-04 20:46:03 +01:00

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