Skip to content

Commit

Permalink
Split up website and main project
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 16, 2024
1 parent 74547b6 commit 9c7d615
Show file tree
Hide file tree
Showing 9 changed files with 15,354 additions and 23,792 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# Ignore TS files inside integration test
/integrationTests/ts/*.ts
/website/next-env.d.ts
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: npm ci --ignore-scripts
run: cd website && npm ci --ignore-scripts

- name: Build Docs
run: npm run build:website

- name: Upload denoDist package
uses: actions/upload-artifact@v4
with:
name: websiteDist
path: ./websiteDist
run: cd website && npm run build
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
/.cspellcache
/.docusaurus
/node_modules
/website/node_modules
/coverage
/npmDist
/denoDist
/websiteDist
website/.next
/website/.next
Loading

0 comments on commit 9c7d615

Please sign in to comment.