Skip to content

Commit 6806d68

Browse files
committed
tiny fix for auto generated sources skipping dataframe-csv in the master branch
1 parent 3f2399e commit 6806d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generated-sources-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: '21'
2121

2222
- name: Run Gradle task
23-
run: ./gradlew :core:processKDocsMain korro
23+
run: ./gradlew processKDocsMain korro
2424

2525
- name: Commit changes
2626
run: |

0 commit comments

Comments
 (0)