fix docs deploy to only push on master

This commit is contained in:
collerek
2020-11-09 14:13:59 +01:00
parent b9040c5105
commit 3315899e6d

View File

@ -15,8 +15,8 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install mkdocs-material pip install mkdocs-material
- name: Deploy - name: Deploy
run: | run: |
git pull origin master git pull origin master