Merge pull request #95 from cloudflare/sven/clea-deploy

deploy: remove some unnecessary files in Pages
pull/96/head
Sven Sauleau 2023-01-12 15:04:57 +01:00 zatwierdzone przez GitHub
commit 0a0cd65216
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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: