mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 03:01:04 +02:00
docs: migrate wiki into main repo
This commit is contained in:
parent
1c032ae8e3
commit
58d55db660
16 changed files with 1727 additions and 0 deletions
22
.github/workflows/wiki.yml
vendored
Normal file
22
.github/workflows/wiki.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Sync Wiki
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Sync Wiki
|
||||
uses: joeizzard/action-wiki-sync@master
|
||||
with:
|
||||
username: JakeStanger
|
||||
access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wiki_folder: docs
|
||||
commit_username: 'Jake Stanger'
|
||||
commit_email: 'mail@jstanger.dev'
|
||||
commit_message: 'sync wiki from main repo'
|
Loading…
Add table
Add a link
Reference in a new issue