mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Testing with a manual doc deploy
This commit is contained in:
parent
2a70a8a688
commit
89baae29ed
2 changed files with 5 additions and 6 deletions
|
|
@ -44,16 +44,16 @@ jobs:
|
|||
- name: Set up evennia game dir
|
||||
run: |
|
||||
pip install -e .
|
||||
pip install -r requirements_extra.txt
|
||||
cd ..
|
||||
evennia --init gamedir
|
||||
cd gamedir
|
||||
evennia migrate
|
||||
|
||||
- name: 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'}}
|
||||
run: |
|
||||
git config --global user.email "docbuilder@evennia.com"
|
||||
git config --global user.name "Doc builder mechanism"
|
||||
git config --global user.name "Evennia docbuilder action"
|
||||
cd docs
|
||||
make mv-local
|
||||
make deploy
|
||||
make release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue