Skip to content

Commit

Permalink
try yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jun 20, 2024
1 parent 8f61e0c commit 7fcbc48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 7fcbc48

Please sign in to comment.