From ab36d3578f5221a6aae8b15623415c097f9faea4 Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Sun, 2 Jun 2024 18:30:15 +0300 Subject: [PATCH] cicd: fix docs deploy --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e53415..51a0ca9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,11 @@ jobs: with: cmd: 'jq .total.statements.pct coverage/coverage-summary.json' + - name: Upload demo artifact + uses: actions/upload-pages-artifact@v3 + with: + path: ./docs + badge: runs-on: ubuntu-latest needs: build @@ -62,11 +67,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: ./docs - - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4