Skip to content

Commit

Permalink
cicd: fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
beholdr committed Jun 2, 2024
1 parent 45cf0b0 commit ab36d35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ab36d35

Please sign in to comment.