From 3f305be4a5533689a367394dbbcb5f9800aaed90 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 2 Nov 2023 03:04:45 +0100 Subject: [PATCH] Revert "Revert "build: Preview deployments: false (#34)"" This reverts commit 9a1271b8aba96adafa6c137e4426a13233cac5ad. Because that didn't work; see https://github.com/EndBug/pages-preview/pull/21#issuecomment-1789937473. --- .github/workflows/preview.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 1074238..2e4920a 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -66,6 +66,8 @@ jobs: - uses: vorburger/pages-preview@a5d03757567f1de500903d9cf7e35c99a7514d69 with: build_dir: site + # https://github.com/EndBug/pages-preview/issues/20 + deployments: false preview_base_url: ${{ env.PAGES_BASE }} preview_repo: ${{ env.PREVIEW_REPO }} preview_token: ${{ secrets.PREVIEW_TOKEN }}