mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Added configuration for git user
This commit is contained in:
parent
adf7c78268
commit
e3bed16a9f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements/dev.txt
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
make pubdocs
|
||||
# - name: Sphinx Pages
|
||||
# # You may pin to the exact commit or the version.
|
||||
|
|
|
|||
Loading…
Reference in a new issue