Skip to content

Commit 139e363

Browse files
author
kaiyu.kong
committed
feat: dir
1 parent 3277020 commit 139e363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dumirc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const logo =
55

66
const publicPath =
77
process.env.NODE_ENV === 'production'
8-
? `/create-project/refs/heads/master/`
8+
? `/create-project/master/`
99
: '/';
1010

1111
export default defineConfig({

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
branch: gh-pages
4040
folder: site
41-
target-folder: ${{github.ref}}
41+
target-folder: ${{github.ref_name}}

0 commit comments

Comments
 (0)