Skip to content

Commit

Permalink
copy readme into website added
Browse files Browse the repository at this point in the history
  • Loading branch information
andkret committed Jul 17, 2024
1 parent b736d57 commit bda5e32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/copy-to-documenation-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Copy Markdowns
uses: andstor/copycat-action@v3
with:
Expand All @@ -46,6 +47,24 @@ jobs:
dst_branch: documentation
clean: true
commit_message: "Sections copied from master to documentation branch!"

copy-readme:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Copy Markdowns
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.ACTION_TOKEN }}
src_branch: master
src_path: README.md
dst_owner: andkret
dst_repo_name: Cookbook
dst_path: /docs/00-TableOfContents
dst_branch: documentation
clean: false
commit_message: "Readme copied from master to documentation branch!"
# copy-readme:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit bda5e32

Please sign in to comment.