Skip to content

Restructure the Style Guide for Docs Site (#4) #10

Restructure the Style Guide for Docs Site (#4)

Restructure the Style Guide for Docs Site (#4) #10

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