diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a64940..66d111c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,8 +80,8 @@ jobs: uses: actions/download-artifact@v4 with: name: site-artifact - - name: List files in workspace - run: ls -R + - name: Configure Pages + uses: actions/configure-pages@v4 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4