We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15884c3 commit 295241dCopy full SHA for 295241d
.github/workflows/dev.yml
@@ -47,9 +47,9 @@ jobs:
47
env:
48
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
49
with:
50
- source_file: 'target/apidocs'
+ source_file: 'target/apidocs/.'
51
destination_repo: 'GlowstoneMC/glowstonemc.github.io'
52
- destination_folder: 'content/jd/glowstone/1.12' # TODO: detect version?
+ destination_folder: 'content/jd/glowstone/1.12/' # TODO: detect version?
53
user_email: '[email protected]'
54
user_name: 'mastercoms'
55
commit_message: Update Javadocs for Glowstone commit ${{ github.sha }}
0 commit comments