Skip to content

Commit f899fb3

Browse files
author
Erik Soehnel
committed
fix typo in Vite base path
1 parent 6a746cc commit f899fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
53-
path: "docs/dist"
53+
path: "./docs/dist"
5454

5555
- name: Deploy to GitHub Pages
5656
id: deployment

docs/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from 'vite';
33

44
export default defineConfig({
55
// base dir for gh-pages
6-
base: 'typescript-runtime-time-benchmarks/',
6+
base: 'typescript-runtime-type-benchmarks/',
77
plugins: [preact()],
88
});

0 commit comments

Comments
 (0)