Skip to content

test

test #4

Workflow file for this run

name: Copy MD Files
on:
workflow_dispatch:
schedule:
- cron: '0 0,12 * * *'
push:
jobs:
sync-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set Up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: |
npm install -g jq
yarn install --frozen-lockfile
- name: Run Sync Script
run: |
chmod +x sync_script.sh
./sync_script.sh