Skip to content

Commit edb26ab

Browse files
authored
ci: fix coverage
1 parent 1958d4c commit edb26ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs:
5757
- setup
58-
- package
58+
#- package
5959
environment:
6060
name: github-pages
6161
url: ${{ steps.pages.outputs.page_url }}
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run deno task make:coverage
7878
run: |
7979
deno task make:coverage
80-
mv coverage _site
80+
mv coverage/html _site
8181
- uses: actions/upload-pages-artifact@v3
8282
- id: pages
8383
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)