Skip to content

Commit 92498e8

Browse files
committed
ci
1 parent 56101d9 commit 92498e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload artifact
6767
uses: actions/upload-pages-artifact@v3
6868
with:
69-
path: "./demo/dist"
69+
path: demo/dist/client
7070

7171
# Deployment job
7272
deploy:

demo/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig(() => {
1515
// Handle CommonJS modules
1616
// external: ["react-copy-to-clipboard"],
1717
},
18-
base: process.env.NODE_ENV === "production" ? "/react-responsive-overflow-list/" : "/",
18+
base: "/react-responsive-overflow-list/",
1919
resolve: {
2020
// trick to avoid needing to build-watch the library when developing the demo
2121
alias: {

0 commit comments

Comments
 (0)