Skip to content

Commit

Permalink
docs: Add a first wiki entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NiBa97 committed Apr 5, 2024
1 parent 074c908 commit d5725c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wiki-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'wiki/**'

workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
Expand All @@ -21,8 +21,8 @@ jobs:
git clone https://github.com/${{ github.repository }}.wiki.git
rsync -a --delete wiki/ ./${{ github.repository }}.wiki/
cd ./${{ github.repository }}.wiki
git config user.name Wiki-Bot
git config user.email wiki-bot@users.noreply.github.com
git config user.name WikiBot
git config user.email wiki_bot@users.noreply.github.com
git add .
git commit -m "docs: Update wiki" || echo "No changes to commit"
git push
Expand Down
1 change: 1 addition & 0 deletions wiki/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
First wiki entry.

0 comments on commit d5725c6

Please sign in to comment.