From b1bc28996beccaba1e467223a75312816f65ce45 Mon Sep 17 00:00:00 2001 From: Antoine <2ec0b4@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:25:56 +0100 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20static.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 81f56d4..e718f8a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + # Upload entire repository + path: './docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2