Skip to content

Commit

Permalink
[Add] update github wiki action
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Jan 4, 2025
1 parent f5559bb commit a34bc1b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update Github wiki

on:
push:
branches:
- main
- master

permissions:
contents: write

jobs:
update-wiki:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Update wiki
uses: gouef/github-wiki-sync-repository-action@main
with:
dir: "docs/"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a34bc1b

Please sign in to comment.