Skip to content

Commit

Permalink
Fixed move of functions folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing authored Mar 8, 2024
1 parent f9b314a commit 247684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
chmod u+x gradlew
./gradlew html:dist
rm -rf html/build/dist/WEB-INF
mv html/build/dist/functions ..
mv html/build/dist/functions html/build
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit 247684e

Please sign in to comment.