build: fix content source
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s

This commit is contained in:
2025-09-05 22:34:31 +02:00
parent 251d637a7b
commit be17a9952c

View File

@@ -37,7 +37,7 @@ jobs:
BRANCH_NAME=${GITEA_REF_NAME}
if [ ! -L content ]; then
rm -rf content
git clone https://git.opytex.org/lafrite/${BRANCH_NAME}.git content
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
fi
- name: Build site