We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce49a5 commit f445ad0Copy full SHA for f445ad0
.github/workflows/generated-sources-master.yml
@@ -20,13 +20,13 @@ jobs:
20
java-version: '11'
21
22
- name: Run Gradle task
23
- run: ./gradlew :core:processKDocsMain
+ run: ./gradlew :core:processKDocsMain korro
24
25
- name: Commit changes
26
run: |
27
git config --global user.name 'github-actions[bot]'
28
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
29
- git add ./core/generated-sources
+ git add './core/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics'
30
git diff --staged --quiet || git commit -m "Automated commit of generated code"
31
git push
32
env:
0 commit comments