Skip to content

Commit f760511

Browse files
committed
Debug
1 parent 0533cff commit f760511

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/deploy.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ if git diff --exit-code --quiet; then
3333
exit 0
3434
fi
3535

36-
git add .
37-
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
38-
39-
git push "$SSH_REPO" "$TARGET_BRANCH"
36+
git diff

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
tags:
88
- rust-1.**
9+
pull_request:
910

1011
env:
1112
TARGET_BRANCH: 'gh-pages'
@@ -35,6 +36,4 @@ jobs:
3536
echo "::set-env name=TAG_NAME::$TAG"
3637
- name: Deploy
3738
run: |
38-
eval "$(ssh-agent -s)"
39-
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
4039
bash .github/deploy.sh

0 commit comments

Comments
 (0)