Skip to content

Update Directory Sync Action to Reflect New KB Structure (#2) #8

Update Directory Sync Action to Reflect New KB Structure (#2)

Update Directory Sync Action to Reflect New KB Structure (#2) #8

Workflow file for this run

name: DirectorySync
on:
push:
branches:
- main
workflow_dispatch:
jobs:
DirectorySync:
uses: EncoreDigitalGroup/.github/.github/workflows/directorySync.yml@v1
with:
source: 'guides/'
targetRepo: 'encoredigitalgroup/internal-kb'
targetDirectory: 'StyleGuide'
secrets:
token: ${{ secrets.GH_GENERAL_ACCESS_TOKEN }}