2 parents a0b42e7 + 9b97961 commit 3b4b1feCopy full SHA for 3b4b1fe
1 file changed
.github/workflows/deploy.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Build
28
run: npm run build
29
30
+ - name: Copy Cloudflare Functions to dist
31
+ run: cp -r functions client/dist/functions
32
+
33
- name: Deploy to GitHub Pages
34
uses: peaceiris/actions-gh-pages@v3
35
with:
0 commit comments