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:
build:
if: ${{ secrets.SSH_KEY_SECRET }} != ${{ '' }}
runs-on: ubuntu-18.04
steps:
- name: Checkout rgbds@master