Skip to content

Commit

Permalink
fix gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed May 12, 2024
1 parent cc80602 commit 532a600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
ls
git config --local user.email ${{ secrets.BOT_EMAIL }}
git config --local user.name "github-actions [bot]"
git add screenshot.png
git commit -m "[bot] update screenshot.png"
git add screenshot.png --quiet
git commit -m "[bot] update screenshot.png" --quiet
- uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 532a600

Please sign in to comment.