docs: improve plugin setup documentation #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Docs | |
on: | |
push: | |
branches: [ 'master' ] | |
paths: | |
- 'docs/**' | |
- 'workflows/**' | |
tags-ignore: | |
- '*' | |
permissions: | |
contents: write | |
jobs: | |
update-docs: | |
name: 'Update Docs' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout for CI 🛎️' | |
uses: actions/checkout@v4 | |
- name: 'Push Docs to Github Wiki 📄️' | |
uses: Andrew-Chen-Wang/github-wiki-action@v4 | |
with: | |
path: 'docs' |