Do not try updating docs if no key is set

This will avoid this randomly failing in forks, unless we want to run it
This commit is contained in:
ISSOtm
2020-09-22 00:56:14 +02:00
parent 268219d74e
commit 2cc58723cb

View File

@@ -16,6 +16,7 @@ on:
jobs: jobs:
build: build:
if: ${{ secrets.SSH_KEY_SECRET }} != ${{ '' }}
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Checkout rgbds@master - name: Checkout rgbds@master