Skip to content

Commit

Permalink
fixed icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed May 24, 2024
1 parent 009009e commit 33bd67c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ jobs:
with:
source-dir: ./build/

<<<<<<< HEAD
- uses: rossjrw/[email protected]
if: github.event.action == 'closed' && !github.event.pull_request.merged
=======
- name: Delete Preview
- uses: rossjrw/[email protected]
if: github.event.action == "closed" && !github.event.pull_request.merged
>>>>>>> 0d1d0df1 (updated gaction version)
with:
source-dir: ./build/
action: remove

0 comments on commit 33bd67c

Please sign in to comment.