Skip to content

Commit

Permalink
Sync GHA with anax version
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Pearson <joewxboy@users.noreply.github.com>
  • Loading branch information
joewxboy committed Jul 26, 2022
1 parent ac94fa8 commit 45c065f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/anaxdocscopy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name : anaxdocscopy
name : Copy Docs
on:
push:
branches:
- master
pull_request:
branches:
- master
paths:
- 'docs/**'

jobs:
copy:
Expand All @@ -14,9 +13,11 @@ jobs:
- name: Copycat
uses: andstor/copycat-action@v3
with:
commit_message: "Syncing from devops"
clean: false
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: docs
dst_path: open-horizon.github.io/devops
dst_path: /docs/devops
dst_owner: open-horizon
dst_repo_name: open-horizon.github.io
dst_branch: master
Expand Down

0 comments on commit 45c065f

Please sign in to comment.