try fix gh pages deploy
This commit is contained in:
parent
45139940c7
commit
f4c61fa01f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
npm install
|
||||
npm run build
|
||||
cp -R public/ ../
|
||||
git checkout -b gh-pages
|
||||
git checkout gh-pages
|
||||
cp CNAME ../public/
|
||||
rm -Rf ./*
|
||||
rm -Rf .github .gitignore .gitpod .gitpod.DockerFile .npmignore .npmrc
|
||||
|
|
Loading…
Reference in a new issue