We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3277020 commit 139e363Copy full SHA for 139e363
.dumirc.ts
@@ -5,7 +5,7 @@ const logo =
5
6
const publicPath =
7
process.env.NODE_ENV === 'production'
8
- ? `/create-project/refs/heads/master/`
+ ? `/create-project/master/`
9
: '/';
10
11
export default defineConfig({
.github/workflows/ci.yml
@@ -38,4 +38,4 @@ jobs:
38
with:
39
branch: gh-pages
40
folder: site
41
- target-folder: ${{github.ref}}
+ target-folder: ${{github.ref_name}}
0 commit comments