mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Change to use super() instead of the old py2 style everywhere
This commit is contained in:
parent
55237f20a7
commit
5859de7054
33 changed files with 69 additions and 70 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
ref: v0.9.5
|
||||
|
||||
- name: Checkout develop branch
|
||||
- name: Checkout ${{ github.ref }} branch
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
@ -56,6 +56,5 @@ jobs:
|
|||
git config --global user.email "docbuilder@evennia.com"
|
||||
git config --global user.name "Evennia docbuilder action"
|
||||
git branch
|
||||
git checkout develop
|
||||
cd docs
|
||||
make release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue