Fix Syntax Error

This commit is contained in:
Neshura 2024-01-03 21:38:09 +01:00
parent 536e7e6588
commit e6cbae1bd6
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -67,7 +67,7 @@ jobs:
- name: Refresh Server - name: Refresh Server
run: | run: |
if ! pgrep -f "node /usr/bin/yarn" ; then if ! pgrep -f "node /usr/bin/yarn" ; then
yarn preview &; yarn preview &
fi fi
- name: Run Unlighthouse for Mobile - name: Run Unlighthouse for Mobile