Exploring just what is set in build env

This commit is contained in:
Griatch 2022-01-26 19:18:26 +01:00
parent a6ed583ec5
commit 147cb6bfd9
2 changed files with 1 additions and 2 deletions

View file

@ -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