mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
fix: use folder name with no path structure
This commit is contained in:
parent
688e1c93b1
commit
c0e75c1116
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user