From bc203e0d54a2fa5c27a020f43b90b78b0df08a56 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 25 Jan 2022 16:50:04 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 4d3b9f8..6e0b27d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -17,7 +17,7 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: JamesIves/github-pages-deploy-action@4.1.1 - if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + if: ${{ !env.ACT }} with: branch: gh-pages folder: .gh-pages