jkdskjdk
All checks were successful
Deploy Vault / deploy (push) Successful in 23s

This commit is contained in:
2026-07-17 23:30:11 +02:00
parent bc58ef49cf
commit 444503532b

View File

@@ -52,8 +52,10 @@ jobs:
- name: Copy current repo contents into target subfolder - name: Copy current repo contents into target subfolder
run: | run: |
rm -R target/$TARGET_SUBFOLDER rm -Rf target/template/content
rm -Rf target/$TARGET_SUBFOLDER
mkdir -p target/$TARGET_SUBFOLDER mkdir -p target/$TARGET_SUBFOLDER
mkdir -p target/template/content
# Exclude the .git directory from the copy # Exclude the .git directory from the copy
rsync -av --exclude={.git,.obsidian,.gitea} current/content/ target/$TARGET_SUBFOLDER/ rsync -av --exclude={.git,.obsidian,.gitea} current/content/ target/$TARGET_SUBFOLDER/