mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 05:03:34 +01:00
Fix broken PR preview teardowns
This commit is contained in:
parent
669311205f
commit
6c297d4f77
3
.github/workflows/preview.yml
vendored
3
.github/workflows/preview.yml
vendored
@ -2,7 +2,7 @@ name: 🔂 Surge PR Preview
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
preview:
|
||||
@ -33,7 +33,6 @@ jobs:
|
||||
surge_token: ${{ secrets.SURGE_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
dist: site
|
||||
teardown: 'true'
|
||||
failOnError: 'true'
|
||||
build: |
|
||||
pip install pipenv
|
||||
|
Loading…
Reference in New Issue
Block a user