Skip to content

Commit e675811

Browse files
committed
site: use quicklink from dist and switch to npm workspaces
1 parent c3d3eb2 commit e675811

8 files changed

Lines changed: 3633 additions & 5780 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)