Skip to content

Commit d231523

Browse files
committed
ci: fix deploy
1 parent 27e0140 commit d231523

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
build-and-deploy:
7+
build:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
@@ -27,6 +27,8 @@ jobs:
2727
NODE_ENV: production
2828
run: |
2929
yarn build
30+
# remove the source git repo to avoid git errors
31+
- run: rm -rf .git
3032
- name: Deploy 🚀
3133
uses: JamesIves/github-pages-deploy-action@4.0.0
3234
with:

0 commit comments

Comments
 (0)