Skip to content

Commit

Permalink
CI: Update update_index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Dec 28, 2023
1 parent e9b87fa commit afccdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
mv -v index.html _includes/
- name: Push
run: |
if git diff --name-only --diff-filter=ACMRT | grep -Eq "^_include/index.html$"; then
#if git diff --name-only --diff-filter=ACMRT | grep -Eq "^_include/index.html$"; then
git add _includes/index.html
git commit -m "update index"
git push origin main
fi
#fi

0 comments on commit afccdf9

Please sign in to comment.