From 99563a5bbcce31b48adf8557d1c5a513e36eb4e8 Mon Sep 17 00:00:00 2001 From: dnischeta <55282960+dnischeta@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:41:02 +0300 Subject: [PATCH] Update default.yml --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fa9a0d1..433a8a4 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -33,6 +33,6 @@ jobs: npm run build - name: Deploy 🚀 - uses: crazy-max/ghaction-github-pages@v4.0.0 + uses: actions/deploy-pages@v4.0.5 with: - build_dir: docs # The folder the action should deploy. + artifact_name: docs # The folder the action should deploy.