mirror of
https://github.com/tenrok/maska.git
synced 2026-06-23 20:40:35 +03:00
cicd: fix docs deploy
This commit is contained in:
@@ -32,6 +32,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmd: 'jq .total.statements.pct coverage/coverage-summary.json'
|
cmd: 'jq .total.statements.pct coverage/coverage-summary.json'
|
||||||
|
|
||||||
|
- name: Upload demo artifact
|
||||||
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
with:
|
||||||
|
path: ./docs
|
||||||
|
|
||||||
badge:
|
badge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
@@ -62,11 +67,6 @@ jobs:
|
|||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-pages-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./docs
|
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user