We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c55a2 commit 96f9d3cCopy full SHA for 96f9d3c
.github/workflows/ci.yml
@@ -31,6 +31,14 @@ jobs:
31
gem install bundler -v 2.5
32
bundler install
33
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
42
43
- name: Publish gh-pages
44
uses: s0/git-publish-subdir-action@develop
0 commit comments