We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e0140 commit d231523Copy full SHA for d231523
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
branches:
5
- master
6
jobs:
7
- build-and-deploy:
+ build:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout 🛎️
@@ -27,6 +27,8 @@ jobs:
27
NODE_ENV: production
28
run: |
29
yarn build
30
+ # remove the source git repo to avoid git errors
31
+ - run: rm -rf .git
32
- name: Deploy 🚀
33
uses: JamesIves/github-pages-deploy-action@4.0.0
34
with:
0 commit comments