🔨 Move branch `master` to `production`

It is more appropriate.
This commit is contained in:
Freezed 2020-09-07 00:49:03 +02:00
parent 2b65218df2
commit 5647e826ed
2 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@ image: python:3.6-alpine
publish:
except:
- master
- production
- devel
script:
- pip install -r requirements.txt
- pelican -s pubconf-devel.py --fatal warnings
- pelican -s pubconf-master.py --fatal warnings
- pelican -s pubconf-production.py --fatal warnings
pages:
only:
- master
- production
- devel
script:
- pip install -r requirements.txt