Skip to content

Conversation

@mensfeld
Copy link
Collaborator

Summary

Adds a GitHub Action workflow to keep the GitHub wiki (shoryuken.wiki) in sync with this repo.

How it works

  • Triggers on push to main branch
  • Can also be triggered manually via workflow_dispatch
  • Copies all markdown files from this repo to the GitHub wiki

Setup required

Create a WIKI_SYNC_TOKEN secret:

  1. Create a Personal Access Token at https://github.com/settings/tokens with repo scope
  2. Add it as a secret named WIKI_SYNC_TOKEN in this repo (Settings → Secrets → Actions)

Benefits

  • This repo becomes the source of truth for wiki content
  • PRs can be used for wiki changes with proper review
  • Changes automatically sync to GitHub wiki on merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants