From 7263c0e86abb10f2d2b23c6c21ad8f8963f46213 Mon Sep 17 00:00:00 2001 From: faultables Date: Sun, 9 Jul 2023 03:42:25 +0700 Subject: [PATCH] ci: remove deploy to bunny storage --- .github/workflows/eleventy.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/eleventy.yaml b/.github/workflows/eleventy.yaml index d4175c1..a6d0df0 100644 --- a/.github/workflows/eleventy.yaml +++ b/.github/workflows/eleventy.yaml @@ -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 }}