Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jun 20, 2024
1 parent e512911 commit 8fbcf21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pull-requests: write # allow surge-preview to create/update PR comments

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.workflow_run.id }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
pwd
ls -lh
ls html
ls html/*
du -sh *
# - name: download dist artifact
Expand All @@ -54,7 +55,7 @@ jobs:
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: ls html/*
build: ls *
dist: html
failOnError: true
teardown: true

0 comments on commit 8fbcf21

Please sign in to comment.