Skip to content

Commit

Permalink
Should be done
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Nov 27, 2024
1 parent fac5491 commit d235f37
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy ewpratten.com

on:
push:
branches:
- master

jobs:
deploy:
Expand All @@ -19,12 +21,12 @@ jobs:
- name: Build website
run: docker compose run jekyll build

# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# projectName: ewpratten
# directory: public
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# wranglerVersion: '2'
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ewpratten
directory: _site
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: '2'

0 comments on commit d235f37

Please sign in to comment.