Merge pull request #297 from JesFot/patch-1

Update github workflow to decide which files to clear
This commit is contained in:
TheMode 2021-05-19 11:29:48 +02:00 committed by GitHub
commit 521583cc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
.github/javadoc-publish-clear vendored Normal file
View File

@ -0,0 +1,2 @@
**/*
!CNAME

View File

@ -25,3 +25,4 @@ jobs:
BRANCH: javadoc
FOLDER: docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLEAR_GLOBS_FILE: ".github/javadoc-publish-clear"