Skip to content

Merge branch 'd365collaborative:development' into development #10

Merge branch 'd365collaborative:development' into development

Merge branch 'd365collaborative:development' into development #10

Workflow file for this run

name: Wiki Update
# Run when contents of the wiki folder are changed
on:
push:
paths:
- 'wiki/**'
- 'docs/**'
branches:
- development
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish wiki folder to repository wiki
uses: FH-Inway/github-wiki-publish-action@rsync
with:
path: "wiki/ docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}