From b69e516b6b387ff21e8184807bee1489ca62a092 Mon Sep 17 00:00:00 2001 From: Niklas Stich <32730297+niklasstich@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:16:59 +0100 Subject: [PATCH] Fix deploy --- .github/workflows/deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b7e0a9f..f71b252 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,17 +19,15 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build - - name: Unzip artifact - run: unzip build -d dir - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: dir + path: LearningOutcomesGenerator - name: Deploy to Github Pages id: deployment uses: actions/deploy-pages@v1 \ No newline at end of file