diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 000000000..1c280b427 --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,23 @@ +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