From 6ceb08dedb1d0b736ad5d90855291a49c8fda88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Sat, 5 Oct 2024 12:50:20 +0200 Subject: [PATCH] Update website workflow --- .github/workflows/website.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 265df01..77e7e0c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -136,9 +136,6 @@ jobs: path: dist merge-multiple: true - - name: Display merged artifacts - run: ls -R dist - - name: Setup Pages uses: actions/configure-pages@v4