Skip to content

Commit b21ddfe

Browse files
committed
remove recently added Deploy part as it seems to cause trouble
1 parent a49c120 commit b21ddfe

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141

4242
- name: Build site
4343
run: bundle exec jekyll build
44-
45-
- name: Deploy
46-
run: |
47-
git config --global user.name "GitHub Actions"
48-
git config --global user.email "actions@github.com"
49-
git add .
50-
git commit -m "Deploy site"
51-
git push
5244

5345
# Deployment job
5446
deploy:

0 commit comments

Comments
 (0)