Open t-mat opened 2 hours ago
gh-pages
/index.html
src="/src/main.tsx"
to src="src/main.tsx"
since we may not put it to the root level of the GH-Pages site./vite.config.ts
base: '/chebyshev-calculator/',
to the argument of defineConfig()
/package-lock.json
with npm
package-lock.json
and node_modules/
npm i
(note that npm ci
doesn't work properly)npm audit
to check vulnerabilities.npm audit fix
to fix vulnerabilities./package-lock.json
/yarn.lock
./.github/workflows/gh-pages.yml
/.github/workflows/gh-pages.yml
branches:
in the workflow YAML file
branches: ['gh-pages']
/.github/workflows/gh-pages.yml
gh-pages
There're some incompatibility with GitHub Pages.