We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2495bdd commit 59c32baCopy full SHA for 59c32ba
1 file changed
.github/workflows/publish-pages.yml
@@ -50,22 +50,6 @@ jobs:
50
with:
51
path: output
52
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 }}
69
70
publish:
71
if: github.event_name != 'pull_request'
0 commit comments