From c271681d67155dddcb2abfe3e51a380ec22da09e Mon Sep 17 00:00:00 2001 From: dnischeta <55282960+dnischeta@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:38:11 +0300 Subject: [PATCH] Update default.yml --- .github/workflows/default.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 47f808c..fa9a0d1 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -33,7 +33,6 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: crazy-max/ghaction-github-pages@v4.0.0 with: - branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. + build_dir: docs # The folder the action should deploy.