mirror of
https://github.com/infinition/Bjorn.git
synced 2026-05-06 02:51:24 +00:00
Compare commits
1 Commits
v1.0.0
...
infinition
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb0fd4ff03 |
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