fix for real build

This commit is contained in:
Romain Beaumont 2021-03-12 17:09:49 +01:00 committed by GitHub
commit 4792ac61a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ jobs:
npm install
npm run build
cp -R public/ ../
rm -Rf ./*
git checkout gh-pages
cp CNAME ../public/
rm -Rf ./*