Skip to content

Merge pull request #49 from naphelps/issue-48 #2

Merge pull request #49 from naphelps/issue-48

Merge pull request #49 from naphelps/issue-48 #2

Workflow file for this run

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