ci: remove deploy to bunny storage
This commit is contained in:
parent
a247c1bf93
commit
7263c0e86a
9
.github/workflows/eleventy.yaml
vendored
9
.github/workflows/eleventy.yaml
vendored
@ -14,15 +14,6 @@ jobs:
|
||||
with:
|
||||
install_dependencies: true
|
||||
- name: Deploy
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v1.1.1
|
||||
with:
|
||||
storageEndpoint: "sg.storage.bunnycdn.com"
|
||||
storageZoneName: "${{ secrets.STORAGE_NAME }}"
|
||||
accessKey: "${{ secrets.STORAGE_KEY }}"
|
||||
source: "dist"
|
||||
remove: "true"
|
||||
purge: "false"
|
||||
- name: Deploy (GH pages)
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user