Skip to content

Commit

Permalink
try fixing directory copy for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Jul 2, 2021
1 parent 15884c3 commit 295241d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Expand Up @@ -47,9 +47,9 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source_file: 'target/apidocs'
source_file: 'target/apidocs/.'
destination_repo: 'GlowstoneMC/glowstonemc.github.io'
destination_folder: 'content/jd/glowstone/1.12' # TODO: detect version?
destination_folder: 'content/jd/glowstone/1.12/' # TODO: detect version?
user_email: 'mastercoms@tuta.io'
user_name: 'mastercoms'
commit_message: Update Javadocs for Glowstone commit ${{ github.sha }}
Expand Down

0 comments on commit 295241d

Please sign in to comment.