From a62b2838d95e03ac4c70e2ed6f4ae9d95be3f481 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 19 Oct 2023 16:57:44 +0100 Subject: [PATCH] fix: do deploy --- .github/workflows/pages.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 75e685e..fa952cd 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -76,12 +76,6 @@ jobs: with: name: docusaurus path: build - - name: Prepare Environment - run: | - pwd - ls -lah - env: - CI: true - name: Upload uses: SamKirkland/web-deploy@v1 with: @@ -90,5 +84,5 @@ jobs: private-ssh-key: ${{secrets.DEPLOY_SSH_KEY}} destination-path: ${{secrets.DEPLOY_PATH}} source-path: build/ - rsync-options: --archive --verbose --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore --dry-run + rsync-options: -avvz