move website to own directory

This commit is contained in:
Rene Haas
2022-10-17 22:12:54 +02:00
parent f47e2728f7
commit 83e7ffcd3a
49 changed files with 4310 additions and 363 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm ci --install-links
run: npm ci
- name: Run Jest
run: npm run jest
- name: Run Playwright