Fix master docs update CI script

GitHub documentation about the syntax is unclear, this should be right
according to the examples I saw.
This commit is contained in:
ISSOtm
2020-09-24 16:41:23 +02:00
parent 548e3dc31c
commit be8ebe6db9

View File

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