Skip to content

Commit

Permalink
reset the copy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andkret committed Jul 17, 2024
1 parent cde478c commit 7eac5e9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/copy-to-documenation-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@ jobs:
dst_repo_name: Cookbook
dst_path: /docs/
dst_branch: documentation
clean: false
clean: true
commit_message: "Sections copied from master to documentation branch!"

copy-readme:
runs-on: ubuntu-latest
# 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.md
dst_branch: documentation
clean: false
commit_message: "Readme copied from master to documentation branch!"
# 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.md
# 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 7eac5e9

Please sign in to comment.