We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a746cc commit f899fb3Copy full SHA for f899fb3
.github/workflows/pages.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
52
with:
53
- path: "docs/dist"
+ path: "./docs/dist"
54
55
- name: Deploy to GitHub Pages
56
id: deployment
docs/vite.config.ts
@@ -3,6 +3,6 @@ import { defineConfig } from 'vite';
3
4
export default defineConfig({
5
// base dir for gh-pages
6
- base: 'typescript-runtime-time-benchmarks/',
+ base: 'typescript-runtime-type-benchmarks/',
7
plugins: [preact()],
8
});
0 commit comments