mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
17 lines
343 B
YAML
17 lines
343 B
YAML
name: Sync Files
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
workflow_dispatch:
|
|
jobs:
|
|
sync:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@master
|
|
- name: Run GitHub File Sync
|
|
uses: Redocly/repo-file-sync-action@master
|
|
with:
|
|
GH_PAT: ${{ secrets.GH_PAT }}
|