test other workflow

This commit is contained in:
ITOH
2022-02-01 15:59:35 +01:00
parent b67b28670b
commit eb928309bd
2 changed files with 23 additions and 9 deletions

View File

@@ -5,17 +5,28 @@ on:
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/=
# TOKEN: ${{ secrets.DOCS_SYNC }}
jobs:
file_sync:
sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
- name: Checkout Repository
uses: actions/checkout@master
- name: File Sync
uses: kbrashears5/github-action-file-sync@v2.0.0
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
REPOSITORIES: |
discordeno/guide@main
FILES: |
docs/=
TOKEN: ${{ secrets.DOCS_SYNC }}
GH_PAT: ${{ secrets.DOCS_SYNC }}