Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Jun 13, 2024
1 parent 92aad6d commit 46a4174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
python3 src/generate_doc.py
git add index.html
if git commit --no-verify -m "docs: Regenerate index.html"; then
git commit --no-verify -m "docs: Regenerate index.html"
- name: Push new index.html to GitHub
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 46a4174

Please sign in to comment.