From acf5da7ac09636980aebca98e3a7a2ffd6fbee03 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:23:05 +0200 Subject: [PATCH] Update deploy_github_pages.yml --- .github/workflows/deploy_github_pages.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml index 6e5f1de..0f6ca26 100644 --- a/.github/workflows/deploy_github_pages.yml +++ b/.github/workflows/deploy_github_pages.yml @@ -30,14 +30,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - - name: Deploy to mirror repo - uses: cpina/github-action-push-to-another-repository@main - env: - API_TOKEN_GITHUB: ${{ secrets.EXTERNAL_REPOSITORY_PERSONAL_ACCESS_TOKEN }} - with: - source-directory: / - destination-github-username: fxclient - destination-repository-name: fxclient.github.io - user-email: mohsenemx@gmail.com - # It defaults to `main` - target-branch: "gh-pages"