Skip to content

Update wiki

Update wiki #4

name: Publish docs to Wiki
on:
push:
paths:
- .github/wiki/** # This includes all sub folders
branches:
- master # This can be changed to any branch of your preference
jobs:
publish_docs_to_wiki:
name: Publish docs to Wiki
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Publish Github Wiki
uses: nimblehq/[email protected]
with:
user_name: josdemmers
user_email: [email protected]
user_access_token: ${{ secrets.WIKI_ACTION_TOKEN }}