Skip to content

Commit

Permalink
fix rclone commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kozmagabor committed Feb 1, 2024
1 parent 79a65f8 commit 678a2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
rclone_config: ${{ secrets.RCLONE_CONFIG }}

- run: |
rclone copy --progress --stats-one-line public/ axodocs:/axosyslog
rclone copy public/docs-main/index.html axodocs:/
rclone copy --stats-log-level NOTICE --stats-one-line public/ axodocs:/axosyslog
rclone copyto --ignore-times public/docs-main/index.html axodocs:/index.html

0 comments on commit 678a2d2

Please sign in to comment.