From 7a8dc22fd241f92912cf0c9045c5dc9fc223cb3f Mon Sep 17 00:00:00 2001 From: Stephan Arenswald <53045059+sarensw@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:11:44 +0100 Subject: [PATCH] fix: update deploy.yaml --- .github/workflows/deploy.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 704f737..44a7c6c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,12 +39,6 @@ jobs: run: npm install - name: Build run: npm run build - - name: List Files - # You may pin to the exact commit or the version. - # uses: mirko-felice/list-files-action@790c9737b7acae4a47b6afc896fc603780f16b5d - uses: mirko-felice/list-files-action@v3.0.5 - with: - path: dist - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact