mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Different way to fetch
This commit is contained in:
parent
835e4d6bb5
commit
7feae7c9ac
2 changed files with 5 additions and 4 deletions
|
|
@ -49,13 +49,13 @@ jobs:
|
|||
evennia --init gamedir
|
||||
cd gamedir
|
||||
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)
|
||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||
run: |
|
||||
git fetch origin develop
|
||||
git fetch origin v0.9.5
|
||||
git config --global user.email "docbuilder@evennia.com"
|
||||
git config --global user.name "Evennia docbuilder action"
|
||||
cd docs
|
||||
make release
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
SOURCEDIR = source
|
||||
BUILDDIR = build
|
||||
AUTODOCDIR = $(SOURCEDIR)/api
|
||||
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue