mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
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:
2
.github/workflows/update-master-docs.yml
vendored
2
.github/workflows/update-master-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user