mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
22 lines
442 B
YAML
22 lines
442 B
YAML
name: Docs
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "docs/**"
|
|
|
|
jobs:
|
|
sync:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@master
|
|
- name: Run GitHub File Sync
|
|
uses: BetaHuhn/repo-file-sync-action@v1
|
|
with:
|
|
GH_PAT: ${{ secrets.DOCS_SYNC }}
|
|
GIT_EMAIL: to@itoh.at
|
|
GIT_USERNAME: itohatweb
|
|
SKIP_PR: true
|
|
COMMIT_EACH_FILE: false
|