mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-24 12:21:09 +00:00
Fix broken PR preview teardowns
This commit is contained in:
3
.github/workflows/preview.yml
vendored
3
.github/workflows/preview.yml
vendored
@@ -2,7 +2,7 @@ name: 🔂 Surge PR Preview
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize, reopened, closed]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
preview:
|
preview:
|
||||||
@@ -33,7 +33,6 @@ jobs:
|
|||||||
surge_token: ${{ secrets.SURGE_TOKEN }}
|
surge_token: ${{ secrets.SURGE_TOKEN }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
dist: site
|
dist: site
|
||||||
teardown: 'true'
|
|
||||||
failOnError: 'true'
|
failOnError: 'true'
|
||||||
build: |
|
build: |
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
|
Reference in New Issue
Block a user