Skip to content

Commit 449db8e

Browse files
committed
site: use quicklink from dist and switch to npm workspaces
1 parent 2955633 commit 449db8e

8 files changed

Lines changed: 3654 additions & 5482 deletions

File tree

.github/workflows/site.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ env:
1414
permissions:
1515
contents: read
1616

17-
defaults:
18-
run:
19-
working-directory: site
20-
2117
jobs:
2218
build:
2319
runs-on: ubuntu-latest
@@ -38,4 +34,4 @@ jobs:
3834
run: npm ci
3935

4036
- name: Run tests
41-
run: npm test
37+
run: npm run site:test

0 commit comments

Comments
 (0)