Skip to content

Commit 96f9d3c

Browse files
committed
🧹
1 parent 69c55a2 commit 96f9d3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
gem install bundler -v 2.5
3232
bundler install
3333
bundle exec jekyll build
34+
35+
- name: Publish to Cloudflare Pages
36+
uses: cloudflare/pages-action@v1
37+
with:
38+
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39+
accountId: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40+
projectName: henrikbecker
41+
directory: _site
3442

3543
- name: Publish gh-pages
3644
uses: s0/git-publish-subdir-action@develop

0 commit comments

Comments
 (0)