Skip to content

Commit

Permalink
ignore pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 16, 2024
1 parent 8899043 commit 120b206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

zola build
mkdir graph-ui/pages || true
cp public/training/index.html graph-ui/pages/index.tsx
cd graph-ui
npm run build
Expand Down
3 changes: 3 additions & 0 deletions graph-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# page are generated
pages/*.tsx

0 comments on commit 120b206

Please sign in to comment.