From 0f7458454de6d0c4c04ef7123ca2e98112dca194 Mon Sep 17 00:00:00 2001 From: Rasul Adasov Date: Wed, 27 Dec 2023 07:47:31 +0100 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 14b7ac8..e24adef 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -83,15 +83,15 @@ jobs: runs-on: ubuntu-latest name: Deploy steps: + - name: List dist contents + run: ls . + - name: Download artifact uses: actions/download-artifact@v2 with: name: github-pages path: ${{ env.BUILD_PATH }}/dist - - name: List dist contents - run: ls . - - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4