Skip to content

Merge pull request #760 from FH-Inway/import-d365bacpac-with-properties #18

Merge pull request #760 from FH-Inway/import-d365bacpac-with-properties

Merge pull request #760 from FH-Inway/import-d365bacpac-with-properties #18

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 }}