Skip to content

Commit

Permalink
Changing working dir to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing authored Mar 7, 2024
1 parent c71d10e commit 244f38b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy html/build/dist --project-name='agile-gdx'
workingDirectory: 'html/build/dist'
command: pages deploy . --project-name='agile-gdx'
#uses: cloudflare/pages-action@1
#with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit 244f38b

Please sign in to comment.