Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: John Walicki <walicki@us.ibm.com>
  • Loading branch information
johnwalicki authored Sep 1, 2022
1 parent 2809939 commit 62dafd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- 'mgmt-hub/docs/README.md'
- 'docs/**'

jobs:
copy:
Expand All @@ -16,8 +16,8 @@ jobs:
commit_message: "Syncing from devops"
clean: false
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: mgmt-hub/docs/README.md
dst_path: /docs/mgmt-hub/index.md
src_path: docs
dst_path: /docs/mgmt-hub
dst_owner: open-horizon
dst_repo_name: open-horizon.github.io
dst_branch: master
Expand Down

0 comments on commit 62dafd9

Please sign in to comment.