Skip to content

Commit

Permalink
fix(GH Actions): addressed push issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 23, 2024
1 parent a9cef0c commit f672674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: |
git config --global user.name 'YONGHUNI'
git config --global user.email '[email protected]'
git pull
git add -f _freeze .quarto
( git commit -m "[BOT]Quarto Freeze by GH actions" && git push ) || echo "Nothing to Push.. Skipping the Push Process"
Expand Down
3 changes: 3 additions & 0 deletions .quarto/xref/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
},
"posts/update/index.qmd": {
"index.html": "91e0637c"
},
"index.qmd": {
"index.html": "64a590ff"
}
}

0 comments on commit f672674

Please sign in to comment.