📝 (Clock.jsx): Update Clock component to dynamically adjust text size… #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Refresh Chromium on Raspberry Pi | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
refresh-chromium: | |
runs-on: self-hosted | |
steps: | |
- name: Wait for 2 minutes | |
run: sleep 120 # Sleep for 2 minutes (120 seconds) | |
- name: SSH into Raspberry Pi and Refresh Chromium | |
run: | | |
ssh [email protected] '/home/pi/scripts/refresh_chromium.sh' | |
env: | |
SSH_KEY: ${{ secrets.SSH_KEY }} |