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

docs: updated docs for v3

This commit is contained in:
Alexander Shabunevich
2024-05-28 22:24:39 +03:00
parent 7921676276
commit c659a3d585
28 changed files with 1107 additions and 884 deletions
+6 -9
View File
@@ -32,14 +32,6 @@ jobs:
with:
cmd: 'jq .total.statements.pct packages/maska/coverage/coverage-summary.json'
- name: Build demo
run: npm run build --workspace=docs
- name: Upload demo artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./packages/docs/docs
badge:
runs-on: ubuntu-latest
needs: build
@@ -70,6 +62,11 @@ 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@v1
uses: actions/deploy-pages@v4