mirror of
https://github.com/infinition/Bjorn.git
synced 2026-06-17 16:54:14 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a748f523a9 | |||
| aa3d6712c6 | |||
| 5c4882a515 |
@@ -1,23 +0,0 @@
|
|||||||
name: Wiki Sync
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
paths:
|
|
||||||
- 'wiki/**'
|
|
||||||
- '.github/acidwiki.json'
|
|
||||||
- '.github/workflows/wiki-sync.yml'
|
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
schedule:
|
|
||||||
- cron: '0 4 * * *'
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pages: write
|
|
||||||
id-token: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy-wiki:
|
|
||||||
uses: infinition/AcidWiki/.github/workflows/reusable-wiki-sync.yml@main
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# - is_wifi_connected: Checks for Wi-Fi connectivity using the nmcli command.
|
# - is_wifi_connected: Checks for Wi-Fi connectivity using the nmcli command.
|
||||||
|
|
||||||
# The script starts by loading shared data configurations, then initializes and sta
|
# The script starts by loading shared data configurations, then initializes and sta
|
||||||
# bjorn.py
|
# bjorn.py test
|
||||||
|
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
|
|||||||
Reference in New Issue
Block a user