mirror of
https://github.com/infinition/Bjorn.git
synced 2026-05-05 10:31:23 +00:00
Delete .github/workflows directory
This commit is contained in:
23
.github/workflows/wiki-sync.yml
vendored
23
.github/workflows/wiki-sync.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user