diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f50f3c..e4f59ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - run: npm install + cache: 'npm' + - run: npm ci - run: npm run build - uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/.gitignore b/.gitignore index 2e93201..5d5f0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,14 +8,14 @@ pnpm-debug.log* lerna-debug.log* node_modules -# DO NOT ignore dist folder for GitHub Pages -.DS_Store +dist-ssr *.local # Editor directories and files .vscode/* !.vscode/extensions.json .idea +.DS_Store *.suo *.ntvs* *.njsproj diff --git a/index.html b/index.html index 4d61cc5..bb74f8c 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,6 @@
© 2024 Intuition Labs LLC. Pioneering the future of AI.
- +