Skip to content

Commit f445ad0

Browse files
committed
updated generated-sources-master.yml with korro too
1 parent 7ce49a5 commit f445ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
java-version: '11'
2121

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

2525
- name: Commit changes
2626
run: |
2727
git config --global user.name 'github-actions[bot]'
2828
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
29-
git add ./core/generated-sources
29+
git add './core/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics'
3030
git diff --staged --quiet || git commit -m "Automated commit of generated code"
3131
git push
3232
env:

0 commit comments

Comments
 (0)