Skip to content

Merge pull request #684 from naphelps/issue-675 #10

Merge pull request #684 from naphelps/issue-675

Merge pull request #684 from naphelps/issue-675 #10

Workflow file for this run

name : Copy Docs
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
copy:
runs-on: ubuntu-latest
steps:
- name: Copycat
uses: andstor/copycat-action@v3
with:
commit_message: "Syncing from exchange-api"
clean: false
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: docs
dst_path: /docs/exchange-api
dst_owner: open-horizon
dst_repo_name: open-horizon.github.io
dst_branch: master
src_branch: master