diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7e6644..d6ed6ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: rclone uses: wei/rclone@master with: - args: sync public/ pages:theorangeone.net/ + args: sync -v public/ pages:theorangeone.net/ env: RCLONE_CONFIG_PAGES_TYPE: webdav RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net