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