diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index b9ebbed..1045c20 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -82,6 +82,6 @@ jobs: remote-user: ${{secrets.DEPLOY_SSH_USERNAME}} private-ssh-key: ${{secrets.DEPLOY_SSH_KEY}} destination-path: ${{secrets.DEPLOY_PATH}} - source-path: build/ + 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