Skip to content

Commit 66901a3

Browse files
committed
debug javadoc.yml
1 parent 7c474b6 commit 66901a3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Auto OS Matrix Test & Install
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
env:

.github/workflows/javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# TAG="${GITHUB_REF_NAME}"
6767
TAG="9.0.0-rc"
6868
VERSION_DIR="docs/${TAG}"
69-
69+
echo $VERSION_DIR
7070
rm -rf "gh-pages/${VERSION_DIR}"
7171
mkdir -p "gh-pages/${VERSION_DIR}"
7272
cp -r target/reports/apidocs/* "gh-pages/${VERSION_DIR}/"

0 commit comments

Comments
 (0)