Skip to content

Commit 3b4b1fe

Browse files
Merge pull request #18 from PrimeBuild-pc/busy-keller
fix: include Cloudflare Functions in gh-pages deploy
2 parents a0b42e7 + 9b97961 commit 3b4b1fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build
2828
run: npm run build
2929

30+
- name: Copy Cloudflare Functions to dist
31+
run: cp -r functions client/dist/functions
32+
3033
- name: Deploy to GitHub Pages
3134
uses: peaceiris/actions-gh-pages@v3
3235
with:

0 commit comments

Comments
 (0)