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