Files
discordeno/.github/workflows/docs.yml
ITOH 7fc6b91979 feat(workflows): doc sync action
This still needs to be tested
2022-02-01 15:32:50 +01:00

24 lines
495 B
YAML

name: Docs
on:
push:
paths:
- "docs/**"
jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
- name: File Sync
uses: kbrashears5/github-action-file-sync@v2.0.0
with:
REPOSITORIES: |
discordeno/guide@main
FILES: |
docs/=sync/
TOKEN: ${{ secrets.DOCS_SYNC }}
GIT_EMAIL: to@itoh.at
GIT_USERNAME: itohatweb