Skip to content

Commit 693c3d4

Browse files
authored
Add new website (#701)
Also fixes the renovate config and disables dep updates in the 5.x branch the old website has been renamed to playground until it will be integrated into the new website
1 parent cd9f0e4 commit 693c3d4

40 files changed

+2660
-526
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Lint
7373
run: yarn lint
7474

75-
website:
76-
name: Test build website
75+
playground:
76+
name: Test build playground
7777
if: github.ref != 'refs/heads/main'
7878
runs-on: ubuntu-latest
7979

@@ -93,11 +93,11 @@ jobs:
9393
- name: Build
9494
run: yarn build
9595

96-
- name: Build website
97-
run: yarn website:build
96+
- name: Build playground
97+
run: yarn playground:build
9898

9999
deploy:
100-
name: Deploy website
100+
name: Deploy playground
101101
permissions:
102102
contents: write
103103
needs: [tests, lint]
@@ -119,11 +119,11 @@ jobs:
119119
- name: Build
120120
run: yarn build
121121

122-
- name: Build website
123-
run: yarn website:build
122+
- name: Build playground
123+
run: yarn playground:build
124124

125125
- name: Deploy
126126
uses: JamesIves/github-pages-deploy-action@v4
127127
with:
128128
branch: gh-pages
129-
folder: website/dist
129+
folder: playground/dist

0 commit comments

Comments
 (0)