Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15bdc87

Browse files
committed
[skip ci] Exit when noghing updated
1 parent1ee9226 commit15bdc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/pr_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ jobs:
6464
git config --local user.name "Autobuild bot on GitHub Actions"
6565
git config --local user.email "githubaction-build-bot@example.com"
6666
git add .
67+
if [ $(git status -s | wc -l) -eq 0 ]; then echo "nothing to commit"; exit 0; fi
6768
git commit -m 'update html'
6869
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp