From 7fcbc481a34d3041f36b85d8420fe66fd7863faa Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Thu, 20 Jun 2024 15:25:10 -0700 Subject: [PATCH] try yet again --- .github/workflows/deployonly.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deployonly.yml b/.github/workflows/deployonly.yml index 4c13fa3..267a874 100644 --- a/.github/workflows/deployonly.yml +++ b/.github/workflows/deployonly.yml @@ -24,8 +24,6 @@ jobs: with: github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }} - # Otherwise preview URL includes subfolder (https://relativeorbit-sarbook-preview-pr-3.surge.sh/html/index.html) - path: ./ - name: List directory contents run: | @@ -41,7 +39,7 @@ jobs: surge_token: ${{ secrets.SURGE_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} build: echo 'Uploading html/ folder contents to Surge.sh...' - dist: ./ + dist: ./html # NOTE: matchupload_artifact name: html failOnError: true - name: Get the preview_url