Skip to content

Commit

Permalink
Set teardown to true to remove the PR surge.sh after the PR is merged
Browse files Browse the repository at this point in the history
added ** to print all PNPM files
  • Loading branch information
ericbsd committed Nov 1, 2021
1 parent b125577 commit 758f02f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm i

- name: Print PNPM modules after install
run: du -d 0 -h ~/.pnpm-store/* || true
run: du -d 0 -h ~/.pnpm-store/** || true

- name: Build Hugo Site
run: hugo -d public --gc --minify
Expand All @@ -45,7 +45,8 @@ jobs:
surge_token: ${{ secrets.QA_SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
teardown: 'false'
# teardown option remove the PR surge.sh after the PR is merged
teardown: 'true'
failOnError: 'true'
build: |
echo Deploying to surge.sh
Expand Down

0 comments on commit 758f02f

Please sign in to comment.