From c746d7cd585d614b0615e19b8f20a4ffd4d19d34 Mon Sep 17 00:00:00 2001 From: gently Date: Mon, 3 Feb 2020 11:08:06 +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 e2334552..eddad3ee 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: '../website' + directory: '/home/runner/website' repository: 'privacy-protection-tools/privacy-protection-tools.github.io'