From 39612d106931902c744cd7f0189753a73fffb12f Mon Sep 17 00:00:00 2001 From: Javier Arroyo Date: Thu, 20 Feb 2025 17:01:11 +0100 Subject: [PATCH] Update deploy-pages. --- .github/workflows/custom-web-build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/custom-web-build.yml b/.github/workflows/custom-web-build.yml index 35dec0eb0..9f9335abc 100644 --- a/.github/workflows/custom-web-build.yml +++ b/.github/workflows/custom-web-build.yml @@ -42,9 +42,6 @@ jobs: with: # upload only /web/_site directory. path: './web/_site' - name: 'github-pages' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 - with: - artifact_name: 'github-pages' + uses: actions/deploy-pages@v4