Skip to content

Commit

Permalink
ignore README locally
Browse files Browse the repository at this point in the history
  • Loading branch information
4imothy committed Sep 18, 2024
1 parent f4ba9c9 commit 5f91d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
else
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git add README.rst
git add -f README.rst
git commit -m "generate new README"
git push
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__
venv
.clangd
todos.rst
README.rst

docs/_build
docs/doxygen
Expand Down

0 comments on commit 5f91d12

Please sign in to comment.