mirror of
https://github.com/infinition/Bjorn.git
synced 2026-06-17 16:54:14 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb0fd4ff03 |
@@ -0,0 +1,23 @@
|
|||||||
|
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 test
|
# bjorn.py
|
||||||
|
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
|
|||||||
Reference in New Issue
Block a user