Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #258 from planetscale/fix-upstream
Browse files Browse the repository at this point in the history
fix sync action
  • Loading branch information
Jesse Winton authored Sep 5, 2023
2 parents db1467a + d4b7bfa commit 4b35710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b35710

Please sign in to comment.