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

This commit is contained in:
2025-09-05 22:47:43 +02:00
parent 03290ee848
commit 9e8d523de1

View File

@@ -35,11 +35,11 @@ jobs:
if: gitea.ref != 'refs/heads/master'
run: |
BRANCH_NAME=${GITEA_REF_NAME}
if [ ! -L content ]; then
echo $BRANCH_NAME
rm -rf content
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
fi
echo "Branch name: $BRANCH_NAME"
echo "Testing URL: https://git.opytex.org/Cours/${BRANCH_NAME}.git"
curl -I "https://git.opytex.org/Cours/${BRANCH_NAME}.git" || echo "URL not accessible"
rm -rf content
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
- name: Build site
run: |