diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index dc69e832..bfc5659d 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -16,7 +16,7 @@ jobs: run: bash script/sync-upstream.sh env: DESTINATION_BRANCH: main - DESTINATION_DIRECTORY: "content/docs" + DESTINATION_DIRECTORY: 'src/content/docs' DESTINATION_REPOSITORY: planetscale/www PAT: ${{ secrets.PAT }} SOURCE_DIRECTORY: docs