From c2baad1e2e34a1f769f5f5a245b7ee7e0502ccfd Mon Sep 17 00:00:00 2001 From: gently Date: Mon, 3 Feb 2020 11:04:36 +0800 Subject: [PATCH] Update sync-to-dist.yml --- .github/workflows/sync-to-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-dist.yml b/.github/workflows/sync-to-dist.yml index eddad3ee..e2334552 100644 --- a/.github/workflows/sync-to-dist.yml +++ b/.github/workflows/sync-to-dist.yml @@ -27,5 +27,5 @@ jobs: with: github_token: ${{ secrets.PERSON_TOKEN }} branch: 'master' - directory: '/home/runner/website' + directory: '../website' repository: 'privacy-protection-tools/privacy-protection-tools.github.io'