mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Variant on checkout
This commit is contained in:
parent
a85e23d016
commit
55553f75d5
2 changed files with 1 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Build and deploy docs (only from master/develop branch)
|
||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||
run: |
|
||||
git checkout origin v0.9.5
|
||||
git checkout v0.9.5
|
||||
git checkout develop
|
||||
git config --global user.email "docbuilder@evennia.com"
|
||||
git config --global user.name "Evennia docbuilder action"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue