From 44ba940b858c186a47a0cc5ee9f9967758415c3e Mon Sep 17 00:00:00 2001 From: "anthony@rabine.fr" Date: Sun, 2 Feb 2025 20:52:07 +0100 Subject: [PATCH] fix deprecated version of gh action --- .github/workflows/vitepress.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index 1718084..80f1b9c 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -1,4 +1,4 @@ -name: Deploy +name: Deploy-Documentation on: workflow_dispatch: {} push: @@ -28,9 +28,9 @@ jobs: run: npm run docs:build working-directory: docs - uses: actions/configure-pages@v2 - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v3 with: path: docs/.vitepress/dist - - name: Deploy + - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4