Skip to content

Commit

Permalink
Update astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 31, 2024
1 parent 77fc8a8 commit ca1780a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ jobs:

- name: Deploy to GitHub Pages ✍️
uses: actions/deploy-pages@v4

- name: Git
run: |
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add -A
git commit -m "Build"
git push
fi

0 comments on commit ca1780a

Please sign in to comment.