Skip to content

Commit 59c32ba

Browse files
committed
Revert "Add Cloudflare Pages deployment step"
This reverts commit 7259aaa.
1 parent 2495bdd commit 59c32ba

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/publish-pages.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,6 @@ jobs:
5050
with:
5151
path: output
5252
retention-days: 1
53-
54-
- name: Setup Ruby
55-
uses: ruby/setup-ruby@v1
56-
with:
57-
ruby-version: '3.3'
58-
bundler-cache: true
59-
60-
- name: Build pages for Cloudflare Pages
61-
run: bundle exec jekyll build --source ./static --destination ./output --baseurl ""
62-
63-
- name: Publish to Cloudflare Pages
64-
if: github.event_name != 'pull_request'
65-
run: npx wrangler pages deploy output --project-name esphome-altherma
66-
env:
67-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
68-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6953

7054
publish:
7155
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)