From 75107b08554f39b8e9405a5c609d6c28d43a9517 Mon Sep 17 00:00:00 2001 From: Honchar Denys Date: Wed, 6 Nov 2024 23:17:47 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fab058c..4ff1c96 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: git add --all . git commit -m "Deploy to GitHub Pages" git checkout -B gh-pages # Switch to gh-pages branch - git push git@github.com:${{ github.repository }} gh-pages --force-with-lease + git push git@github.com:${{ github.repository }} gh-pages --force - name: Clean up SSH run: |