mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Exploring just what is set in build env
This commit is contained in:
parent
a6ed583ec5
commit
147cb6bfd9
2 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
|
@ -52,5 +51,6 @@ jobs:
|
|||
run: |
|
||||
git config --global user.email "docbuilder@evennia.com"
|
||||
git config --global user.name "Evennia docbuilder action"
|
||||
git branch
|
||||
cd docs
|
||||
make release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue