From d70426602a68d2c0140f1e2263bb171f04225796 Mon Sep 17 00:00:00 2001 From: Anatoli Makarevich Date: Sat, 9 Dec 2023 12:23:45 +0100 Subject: [PATCH] Specifying github pages artifact name --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f0e9b0..d4e89b9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,6 +57,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: + name: github-pages path: ./build deploy: @@ -68,4 +69,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v3