Skip to content

Commit 295241d

Browse files
committed
try fixing directory copy for javadocs
1 parent 15884c3 commit 295241d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
env:
4848
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
4949
with:
50-
source_file: 'target/apidocs'
50+
source_file: 'target/apidocs/.'
5151
destination_repo: 'GlowstoneMC/glowstonemc.github.io'
52-
destination_folder: 'content/jd/glowstone/1.12' # TODO: detect version?
52+
destination_folder: 'content/jd/glowstone/1.12/' # TODO: detect version?
5353
user_email: '[email protected]'
5454
user_name: 'mastercoms'
5555
commit_message: Update Javadocs for Glowstone commit ${{ github.sha }}

0 commit comments

Comments
 (0)