From 6e4e73cdb2195a7387ab35c578d45bf8222d97d8 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 2 Nov 2023 02:41:38 +0100 Subject: [PATCH] Revert "build: Preview deployments: false (#34)" This reverts commit cec168293342313aa1d8b17fcd71f14ace4f3b75. --- .github/workflows/preview.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 2e4920a..1074238 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -66,8 +66,6 @@ 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 }}