Skip to content

Commit

Permalink
Update docs-deploy-surge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Jan 18, 2024
1 parent 166f549 commit 5fb4ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-surge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
}
- id: unzip
if: ${{ hashFiles(${{ matrix.required-artifacts }}) != '' }}
if: hashFiles(${{ matrix.required-artifacts }}) != ''
run: unzip ${{ matrix.required-artifacts }}.zip

- id: get-deploy-id
Expand Down

0 comments on commit 5fb4ffc

Please sign in to comment.