Fix in build
This commit is contained in:
parent
7feae7c9ac
commit
65a92b72ab
2 changed files with 4 additions and 5 deletions
|
|
@ -49,13 +49,13 @@ jobs:
|
||||||
evennia --init gamedir
|
evennia --init gamedir
|
||||||
cd gamedir
|
cd gamedir
|
||||||
evennia migrate
|
evennia migrate
|
||||||
git fetch origin develop
|
|
||||||
git fetch origin v0.9.5:v0.9.5
|
|
||||||
git config --global user.email "docbuilder@evennia.com"
|
|
||||||
git config --global user.name "Evennia docbuilder action"
|
|
||||||
|
|
||||||
- name: Build and deploy docs (only from master/develop branch)
|
- name: Build and deploy docs (only from master/develop branch)
|
||||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin develop
|
||||||
|
git fetch origin v0.9.5:v0.9.5
|
||||||
|
git config --global user.email "docbuilder@evennia.com"
|
||||||
|
git config --global user.name "Evennia docbuilder action"
|
||||||
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