Skip to content

Commit

Permalink
Add wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Feb 16, 2024
0 parents commit e3620a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Wiki

on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
- name: Update wiki
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote add remote https://github.com/${{ github.repository }}.git
git fetch remote wiki
git reset --hard remote/wiki
git push -f
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*
!*/
!.gitattributes
!.gitignore
!*.md

!/.github/**/*
!/package.json
!/patches/*.patch.toml
1 change: 1 addition & 0 deletions Creating-Patches.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Creating Patches

0 comments on commit e3620a7

Please sign in to comment.