Skip to content

Commit c6c8c10

Browse files
committed
Debug javadoc.yml
1 parent 66901a3 commit c6c8c10

4 files changed

Lines changed: 26 additions & 20 deletions

File tree

.github/workflows/auto-jdk-matrix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Auto JDK Matrix Test & Install
22

33
on:
4-
push:
5-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
6-
pull_request:
7-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
8-
# The branches below must be a subset of the branches above
9-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
4+
# push:
5+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
6+
# pull_request:
7+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
8+
# # The branches below must be a subset of the branches above
9+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1010
workflow_dispatch:
1111

1212
env:

.github/workflows/check_cpp_files.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CPP SerDe Compatibility Test
22

33
on:
4-
push:
5-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7-
pull_request:
8-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
9-
# The branches below must be a subset of the branches above
10-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
4+
# push:
5+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7+
# pull_request:
8+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
9+
# # The branches below must be a subset of the branches above
10+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7-
pull_request:
8-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
9-
# The branches below must be a subset of the branches above
10-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
4+
# push:
5+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7+
# pull_request:
8+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
9+
# # The branches below must be a subset of the branches above
10+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/javadoc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
echo $VERSION_DIR
7070
rm -rf "gh-pages/${VERSION_DIR}"
7171
mkdir -p "gh-pages/${VERSION_DIR}"
72+
TGT_DIR="target/reports/apidocs/"
73+
if [ -d "$TGT_DIR" ]; then
74+
echo "$TGT_DIR" exists."
75+
else
76+
echo "$TGT_DIR" does not exist."
77+
fi
7278
cp -r target/reports/apidocs/* "gh-pages/${VERSION_DIR}/"
7379
7480
- name: Regenerate multi-version index.html

0 commit comments

Comments
 (0)