Skip to content

Commit

Permalink
add debug write
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 28, 2023
1 parent 0d823f6 commit e99c0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
Write-Output "Updating $blogdir..."
cd $blogdir
Get-Location #DEBUG
git add .
git commit -m "Publish: $lastMessage"
git push

0 comments on commit e99c0c2

Please sign in to comment.