deploy: remove some unnecessary files in Pages

pull/95/head
Sven Sauleau 2023-01-12 14:01:23 +00:00
rodzic 1d5f4b0b0d
commit 32dcf5277c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -190,6 +190,8 @@ jobs:
yarn
yarn build
cp -rv ./frontend/dist/* .
# remove folder that aren't needed in Pages before we upload
rm -rf ./tf ./scripts ./.github ./.npm
echo "******"
command: pages publish --project-name=wildebeest-${{ env.OWNER_LOWER }} .
env: