fix: use folder name with no path structure

This commit is contained in:
madkarmaa 2025-04-04 14:52:18 +02:00
parent 688e1c93b1
commit c0e75c1116
No known key found for this signature in database
GPG Key ID: BF5E2EF8F188606D

View File

@ -52,7 +52,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy './build' --project-name=revanced-website
command: pages deploy build --project-name=revanced-website
- name: Comment deployment URL
if: ${{ github.event_name == 'pull_request' }}