From 25f23cb36a3d1999a89bc8f3817b3209d390d7ba Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 24 Jan 2025 09:52:33 -0400 Subject: [PATCH] Fix GitHub Pages deployment (#6) Signed-off-by: Juan Cruz Viotti --- .github/workflows/website-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index cfa99d0..7d80767 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -26,11 +26,11 @@ jobs: - run: sudo apt install -y hugo - run: make html - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./dist - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4