File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 24
24
distribution : temurin
25
25
cache : gradle
26
26
27
- - name : Changed Modules
28
- id : changed-modules
29
- run : |
30
- git diff --name-only HEAD~1 | xargs printf -- '--changed-git-paths %s\n' | xargs ./gradlew writeChangedProjects --output-file-path=modules.json --only-firebase-sdks
31
- echo "run=$(cat modules.json | sed "s/[]\"[]//g" | sed "s/,/\n/g" | xargs printf -- "%s:kotlindoc ")" >> $GITHUB_OUTPUT
32
-
33
27
- name : Build
34
- # Certain SDKs won't export docs, make a blank folder to diff if that's the case
35
- run : mkdir build && ./gradlew ${{ steps.changed-modules.outputs.run }}
28
+ run : ./gradlew kotlindoc
36
29
37
30
- name : Move original docs
38
31
run : mv build ~/diff/modified
42
35
ref : ${{ github.base_ref }}
43
36
44
37
- name : Build
45
- # Certain SDKs won't export docs, make a blank folder to diff if that's the case
46
- run : mkdir build && ./gradlew ${{ steps.changed-modules.outputs.run }}
38
+ run : ./gradlew kotlindoc
47
39
48
40
- name : Move modified docs
49
41
run : mv build ~/diff/original
You can’t perform that action at this time.
0 commit comments