Skip to content

Commit

Permalink
ci: fix preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp authored Dec 18, 2023
1 parent d709ced commit ed4c856
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
workflows: ['TEST_BUILD']
types:
- completed
workflow_dispatch:

jobs:
preview-success:
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}
name: _site
- run: |
unzip -q _site.zip
unzip -o _site.zip
- name: Upload surge service and generate preview URL
id: deploy
Expand Down

0 comments on commit ed4c856

Please sign in to comment.