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: jobs:
build: build:
if: ${{ secrets.SSH_KEY_SECRET }} != ${{ '' }} 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