mirror of
https://github.com/sigmasternchen/queermandelbrot
synced 2025-03-14 23:48:54 +00:00
chore: Fixing wrong file upload
This commit is contained in:
parent
3a2be07fbc
commit
11a6cb5e45
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -26,11 +26,12 @@ jobs:
|
|||
gleam build
|
||||
gleam run -m build
|
||||
- name: Deploy to BunnyCDN
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
|
||||
with:
|
||||
source: "./dist"
|
||||
source: "./dist/"
|
||||
destination: "/"
|
||||
upload: "true"
|
||||
remove: "true"
|
||||
storageZoneName: ${{ secrets.BUNNYCDN_STORAGE_ZONE }}
|
||||
storagePassword: ${{ secrets.BUNNYCDN_STORAGE_KEY }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue