From a0fed5cad29b7f9f7b4ae3cc17543b86808c1f30 Mon Sep 17 00:00:00 2001 From: Javier Arroyo Date: Thu, 20 Feb 2025 13:37:13 +0100 Subject: [PATCH] Reference the correct artifact name. --- .github/workflows/custom-web-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/custom-web-build.yml b/.github/workflows/custom-web-build.yml index feaf61d9d..96da86e8c 100644 --- a/.github/workflows/custom-web-build.yml +++ b/.github/workflows/custom-web-build.yml @@ -40,6 +40,9 @@ 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'