Skip to content

Commit

Permalink
Update render-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Feb 28, 2024
1 parent b083a4b commit 192b53b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
git config --system --add safe.directory $GITHUB_WORKSPACE
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add --force *.html
git add --force site_libs/*
git add --force docs/*
git commit -m 'Render site' || echo "No changes to commit"
git push origin main || echo "No changes to push"

0 comments on commit 192b53b

Please sign in to comment.