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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
@ -52,5 +51,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "docbuilder@evennia.com"
|
git config --global user.email "docbuilder@evennia.com"
|
||||||
git config --global user.name "Evennia docbuilder action"
|
git config --global user.name "Evennia docbuilder action"
|
||||||
|
git branch
|
||||||
cd docs
|
cd docs
|
||||||
make release
|
make release
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
BUILDDIR = build
|
BUILDDIR = build
|
||||||
AUTODOCDIR = $(SOURCEDIR)/api
|
AUTODOCDIR = $(SOURCEDIR)/api
|
||||||
|
|
||||||
# You can set these variables from the command line, and also
|
# You can set these variables from the command line, and also
|
||||||
# from the environment for the first two.
|
# from the environment for the first two.
|
||||||
SPHINXOPTS ?=
|
SPHINXOPTS ?=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue