fix docs deploy to only push on master
This commit is contained in:
4
.github/workflows/deploy-docs.yml
vendored
4
.github/workflows/deploy-docs.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs-material
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs-material
|
||||
- name: Deploy
|
||||
run: |
|
||||
git pull origin master
|
||||
|
||||
Reference in New Issue
Block a user