mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
test other workflow
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
discordeno/guide:
|
||||||
|
- source: docs/
|
||||||
|
dest: ./
|
||||||
@@ -5,17 +5,28 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "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:
|
jobs:
|
||||||
file_sync:
|
sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetching Local Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: File Sync
|
- name: Run GitHub File Sync
|
||||||
uses: kbrashears5/github-action-file-sync@v2.0.0
|
uses: BetaHuhn/repo-file-sync-action@v1
|
||||||
with:
|
with:
|
||||||
REPOSITORIES: |
|
GH_PAT: ${{ secrets.DOCS_SYNC }}
|
||||||
discordeno/guide@main
|
|
||||||
FILES: |
|
|
||||||
docs/=
|
|
||||||
TOKEN: ${{ secrets.DOCS_SYNC }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user