Browse Source

fix : workaround for copying static files in github actions

This is a workaround for rsync issue in the used action

Signed-off-by: Naveen MR <oof1lab@gmail.com>
pull/659/head
Naveen MR 3 years ago
parent
commit
a703f9df9b
  1. 2
      .github/workflows/publish-blog.yml
  2. 2
      .github/workflows/publish-book.yml
  3. 2
      .github/workflows/publish-docs.yml
  4. 2
      .github/workflows/publish-noco-i18n.yml

2
.github/workflows/publish-blog.yml

@ -30,7 +30,7 @@ jobs:
- name: Pushes generated output
if: ${{ env.CHANGED == 'OK' }}
uses: dmnemec/copy_file_to_another_repo_action@main
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:

2
.github/workflows/publish-book.yml

@ -30,7 +30,7 @@ jobs:
- name: Pushes generated output
if: ${{ env.CHANGED == 'OK' }}
uses: dmnemec/copy_file_to_another_repo_action@main
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:

2
.github/workflows/publish-docs.yml

@ -32,7 +32,7 @@ jobs:
- name: Pushes generated output
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
uses: dmnemec/copy_file_to_another_repo_action@main
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:

2
.github/workflows/publish-noco-i18n.yml

@ -33,7 +33,7 @@ jobs:
- name: Pushes generated output
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
# uses: dmnemec/copy_file_to_another_repo_action@main
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:

Loading…
Cancel
Save