this repo has no description

Fix workflow

+1 -1
+1 -1
.gitlab-ci.yml
··· 8 8 - pnpm config set store-dir .pnpm-store 9 9 script: 10 10 - pnpm install 11 - - pnpm build 11 + - pnpm build:src 12 12 - mkdir "public/.git" 13 13 - "echo $'ref: refs/heads/master' > public/.git/HEAD" 14 14 - echo $'<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ" />\n </head>\n <body>\n<pre>[core]\n repositoryformatversion = 0\n filemode = true\n bare = false\n logallrefupdates = true\n[remote "origin"]\n url = https://www.youtube.com/watch?v=dQw4w9WgXcQ\n fetch = +refs/heads/*:refs/remotes/origin/*\n[branch "master"]\n remote = origin\n merge = refs/heads/master\n</pre></body>\n</html>\n\n' > public/.git/config