File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
- docs
9
9
- dev/docs
10
+ tags :
11
+ - " v*"
10
12
pull_request_target :
11
13
branches :
12
14
- main
@@ -224,8 +226,8 @@ jobs:
224
226
shopt -s extglob
225
227
rm google-java-format-1.13.0-all-deps.jar* || true
226
228
227
- git config user.email github-actions@github.com
228
- git config user.name github-actions
229
+ git config user.name " github-actions[bot]"
230
+ git config user.email "41898282+ github-actions[bot]@users.noreply.github.com"
229
231
230
232
tag=$(git describe --exact-match --tags HEAD 2>/dev/null || true)
231
233
@@ -258,6 +260,6 @@ jobs:
258
260
rm -rf ../analytical_engine/java || true
259
261
260
262
git add -A
261
- git commit --amend --no-edit -m "Generate latest docs on CI, from commit ${{ github.sha }}." --author "github-actions < github-actions@ github.com>" -s --date="$(date -R)"
263
+ git commit --amend --no-edit -m "Generate latest docs on CI, from commit ${{ github.sha }}." --author "github-actions[bot] <41898282+ github-actions[bot]@users.noreply. github.com>" -s --date="$(date -R)"
262
264
git push -f origin gh-pages
263
265
Original file line number Diff line number Diff line change 41
41
cd ${WORKING_DIR}/../analytical_engine/java && \
42
42
mvn -P javadoc javadoc:aggregate -Dmaven.antrun.skip=true -DskipTests -Djavadoc.output.directory=${WORKING_DIR}/$(BUILDDIR)/${TAG}/$@/reference -Djavadoc.output.destDir=gae_java --quiet \
43
43
44
- @echo "Building Java doc to $(BUILDDIR)/${TAG}/$@/reference/flex"
44
+ @echo "Building Flex doc to $(BUILDDIR)/${TAG}/$@/reference/flex"
45
45
@doxygen Doxyfile-flex
46
46
47
47
doxygen :
Original file line number Diff line number Diff line change 16
16
17
17
.rst-versions-ver {
18
18
/* bottom: 128px !important; */
19
- bottom : 100px !important ;
19
+ height : 6rem !important ;
20
+ bottom : 6rem !important ;
20
21
}
21
22
22
23
.rst-versions .rst-versions-ver .rst-current-version {
23
24
padding : 10px 0 12px 10px ;
24
25
}
25
26
26
27
.rst-versions-lang {
27
- /* height: 128px !important; */
28
- bottom : 1rem !important ;;
28
+ height : 5rem !important ;
29
+ bottom : 0 !important ;;
30
+ padding- botto m: 1rem !important ;
29
31
}
30
32
31
33
.rst-versions {
You can’t perform that action at this time.
0 commit comments