Skip to content

Commit 967b831

Browse files
committed
fix: bunny site file upload needs to use cd instead of changing path
1 parent 0adf475 commit 967b831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
BUNNY_API_KEY: ${{ secrets.BUNNY_SITE_API_KEY }}
3939
STORAGE_ZONE: trieve-site
40-
UPLOAD_PATH: website/dist
41-
run: "bash website/upload-to-bunny.sh"
40+
UPLOAD_PATH: dist
41+
run: "cd website && bash upload-to-bunny.sh"
4242

4343
- name: Purge Cache
4444
env:

0 commit comments

Comments
 (0)