Skip to content

Commit

Permalink
Push staged changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smikhalevski committed Aug 22, 2023
1 parent b3a5f0b commit 0ff880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git add .
! git diff --quiet --exit-code || exit 0
! git diff --staged --quiet --exit-code || exit 0
git commit -m "Updated docs (${GITHUB_SHA::7})"
git push origin ghpages
Expand Down

0 comments on commit 0ff880a

Please sign in to comment.