mirror of
https://github.com/infinition/Bjorn.git
synced 2026-05-06 02:51:24 +00:00
Add GitHub Actions workflow for wiki synchronization
This commit is contained in:
23
.github/workflows/wiki-sync.yml
vendored
Normal file
23
.github/workflows/wiki-sync.yml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user