From 0d32deb9c518b4b99e22eb28d285bd9c530cbb63 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Wed, 23 Jul 2025 12:49:23 +0200 Subject: [PATCH] Update the GitHub actions in the deployment pipeline --- .github/workflows/deploy-site.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index e036766..de25edc 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -52,8 +52,10 @@ jobs: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} - name: Upload artifact - # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 + with: + name: github-pages + path: "_site/" deploy-site: environment: @@ -64,4 +66,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4