Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent 4d80f81 commit 8594a16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'doc/**'

env:
DOCKER_REPO: ignimagelidar/pdal_ign_plugin
Expand All @@ -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
Expand Down

0 comments on commit 8594a16

Please sign in to comment.