From c3759b4dc096831760f8998b653dd61734f8e57f Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Sun, 11 Aug 2024 15:46:03 +0200 Subject: [PATCH] Downgrade to surge 0.23.1 Because of https://github.com/sintaxi/surge/issues/537 --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bf3d60381b79c..4272c55f44f1c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -115,7 +115,7 @@ jobs: - name: Publishing to surge for preview id: deploy - run: npx surge ./_site --domain https://quarkus-pr-main-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} + run: npx surge@0.23.1 ./_site --domain https://quarkus-pr-main-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} env: PR_ID: ${{ steps.pr.outputs.id }}