Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kou029w committed Jul 29, 2024
1 parent e1e9265 commit 733e7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
mdbook build
- name: Commit
run: |
if git commit -am 'bot: update pages'; then
git add -f _pages
if git commit -m 'bot: update pages'; then
git push origin HEAD:"${{ github.ref }}"
fi

0 comments on commit 733e7f3

Please sign in to comment.