From 40f8e823e572bf5d6e77265779532e9aa5cfb0e1 Mon Sep 17 00:00:00 2001 From: jin Date: Sat, 4 May 2024 00:27:36 +0300 Subject: [PATCH] +2 --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74ec1c3a7e..11fc24b479 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,9 +20,7 @@ jobs: token: ${{ secrets.GH_PAT }} package: 'hyoo/realworld' - - name: Deploy on GitHub Pages + - uses: hyoo-ru/gh-deploy@v4.4.1 if: github.ref == 'refs/heads/master' - uses: alex-page/blazing-fast-gh-pages-deploy@v1.1.0 with: - repo-token: ${{ secrets.GH_PAT }} - site-directory: 'hyoo/realworld/-' + folder: 'hyoo/realworld/-'