Skip to content

Commit f226ce2

Browse files
authored
Update build_and_deploy_to_gh_pages.yml
1 parent da1788b commit f226ce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_deploy_to_gh_pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ jobs:
5050
- name: Analyze with Sonar
5151
env:
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
53-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sbouchet_emn-fil
53+
run: |
54+
cd org.sbouchet.emn.fil1A
55+
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sbouchet_emn-fil

0 commit comments

Comments
 (0)