2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

cicd: fix docs deploy

This commit is contained in:
Alexander Shabunevich
2024-06-02 18:30:15 +03:00
parent 45cf0b0833
commit ab36d3578f
+5 -5
View File
@@ -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