From 556f5c639f0a28ee64b92e8167ebb7144f06c54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rick=20Gardin?= Date: Thu, 12 Dec 2024 14:44:40 +0100 Subject: [PATCH] =?UTF-8?q?Modifie=20deploy.yml=20pour=20d=C3=A9ployer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0cf64db61..2b7d8e939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,13 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Build uses: TartanLlama/actions-eleventy@master with: install_dependencies: true - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_dir: _site publish_branch: prod