From 5eb5736497e52c177ce89b3859d3129a87bf78a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= <44143748+sondregronas@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:25:23 +0200 Subject: [PATCH] ci: revert changes per upload-pages-artifacts documentation --- .github/workflows/pages.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 91a7a54..fdad29c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -49,16 +49,12 @@ jobs: - name: Tear down containers run: docker compose -f docker-compose.pages.yml down - - name: Generate artifact - run: | - tar -czf ./.github/workflows/demo.tar.gz -C ./.github/workflows/demo . - - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: name: github-pages - path: ./.github/workflows/demo.tar.gz + path: ./.github/workflows/demo - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file