From 8594a16c6c88fc89962267c41aefa804bcbce967 Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 11:56:25 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 50b5ebc..2f6e14b 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -5,6 +5,8 @@ on: push: branches: - main + paths-ignore: + - 'doc/**' env: DOCKER_REPO: ignimagelidar/pdal_ign_plugin @@ -22,7 +24,7 @@ jobs: run: sudo apt install -y libcppunit-dev - name: compil - run: build.sh + run: source ./build.sh - name: Login to Docker Hub uses: docker/login-action@v2