Skip to content

Commit 2c2b773

Browse files
committed
fix: cd
1 parent 3c59ca0 commit 2c2b773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4343
repository: ${{ github.repository }}
4444
production_branch: ${{ github.event.repository.default_branch }}
45-
output_directory: "dist"
45+
output_directory: "static"
4646
current_branch: ${{ github.ref_name }}
4747
pull_request_number: ${{ github.event.pull_request.number }}
4848
commit_sha: ${{ github.sha }}

0 commit comments

Comments
 (0)