build: fix content source
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
BRANCH_NAME=${GITEA_REF_NAME}
|
BRANCH_NAME=${GITEA_REF_NAME}
|
||||||
if [ ! -L content ]; then
|
if [ ! -L content ]; then
|
||||||
rm -rf content
|
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
|
fi
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
|
|||||||
Reference in New Issue
Block a user