2 Commits

Author SHA1 Message Date
infinition aa3d6712c6 Merge pull request #137 from infinition/main 2025-09-15 22:32:27 +02:00
infinition 5c4882a515 Merge pull request #52 from infinition/main
Sync the updates for the DEV branch in order to prepare a release on the main
2024-11-21 10:06:03 +01:00
-23
View File
@@ -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