From f00678368abd6cac1b72ec34c8b9aabbb8fd9745 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 23 Nov 2023 18:16:02 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8a7f6c..2162e02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,14 +19,6 @@ jobs: destination_repo: "git@github.com:getfem-doc/getfem.git" destination_branch: "refs/heads/master" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: fixmisspell-sync - uses: wei/git-sync@v2 - with: - source_repo: "https://git.savannah.nongnu.org/git/getfem.git" - source_branch: "refs/heads/fixmisspell" - destination_repo: "git@github.com:getfem-doc/getfem.git" - destination_branch: "refs/heads/fixmisspell" - ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - name: tag-sync uses: wei/git-sync@v2 with: