mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Do explicit checkout
This commit is contained in:
parent
aee463c7c8
commit
8f07265b2d
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ jobs:
|
|||
|
||||
- name: Install doc-building dependencies
|
||||
run: |
|
||||
git branch
|
||||
git checkout develop
|
||||
python -m pip install --upgrade pip
|
||||
cd docs/
|
||||
make install
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
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