mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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:
1
.github/workflows/update-master-docs.yml
vendored
1
.github/workflows/update-master-docs.yml
vendored
@@ -16,6 +16,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ secrets.SSH_KEY_SECRET }} != ${{ '' }}
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout rgbds@master
|
||||
|
||||
Reference in New Issue
Block a user